diff options
-rw-r--r-- | board/intel/n5x-socdk/MAINTAINERS | 2 | ||||
-rw-r--r-- | include/configs/socfpga_soc64_common.h | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/board/intel/n5x-socdk/MAINTAINERS b/board/intel/n5x-socdk/MAINTAINERS index c1059f092cc..ca063a9f3f1 100644 --- a/board/intel/n5x-socdk/MAINTAINERS +++ b/board/intel/n5x-socdk/MAINTAINERS @@ -4,4 +4,6 @@ M: Lim Siew Chin <elly.siew.chin.lim@intel.com> S: Maintained F: board/intel/n5x-socdk/ F: include/configs/socfpga_n5x_socdk.h +F: configs/socfpga_n5x_defconfig F: configs/socfpga_n5x_atf_defconfig +F: configs/socfpga_n5x_vab_defconfig diff --git a/include/configs/socfpga_soc64_common.h b/include/configs/socfpga_soc64_common.h index 0b0470ebc16..a0453e562f5 100644 --- a/include/configs/socfpga_soc64_common.h +++ b/include/configs/socfpga_soc64_common.h @@ -20,7 +20,6 @@ #define CONFIG_REMAKE_ELF /* sysmgr.boot_scratch_cold4 & 5 (64bit) will be used for PSCI_CPU_ON call */ #define CPU_RELEASE_ADDR 0xFFD12210 -#define CONFIG_SYS_CACHELINE_SIZE 64 /* * U-Boot console configurations |