diff options
author | Naresh Kumar Ravulapalli <nareshkumar.ravulapalli@altera.com> | 2025-05-05 18:20:59 -0700 |
---|---|---|
committer | Tien Fong Chee <tien.fong.chee@intel.com> | 2025-07-30 17:45:28 +0800 |
commit | b9767ad357e16b2856be9110b6cf61f126325da4 (patch) | |
tree | 71140cd53b2c46badad12ccdc941916cff9fb00b | |
parent | f4aa24af69272824578e76d4f7da8d65d1a088d9 (diff) |
arm: socfpga: n5x: Remove invalid configuration for N5X
This configuration is not valid for N5X; removing it.
Signed-off-by: Naresh Kumar Ravulapalli <nareshkumar.ravulapalli@altera.com>
Signed-off-by: Tien Fong Chee <tien.fong.chee@altera.com>
Reviewed-by: Tien Fong Chee <tien.fong.chee@altera.com>
-rw-r--r-- | arch/arm/mach-socfpga/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-socfpga/Kconfig b/arch/arm/mach-socfpga/Kconfig index a76a9fb2a39..156cfbbcf3b 100644 --- a/arch/arm/mach-socfpga/Kconfig +++ b/arch/arm/mach-socfpga/Kconfig @@ -120,7 +120,6 @@ config TARGET_SOCFPGA_N5X select BINMAN if SPL_ATF select CLK select GICV2 - select FPGA_INTEL_SDM_MAILBOX select NCORE_CACHE select SPL_ALTERA_SDRAM select SPL_CLK if SPL |