Skip to content

Commit f806cbf

Browse files
raajlokaAlif Zakuan Yuslaimi
authored andcommitted
configs: Add CONFIG_SYS_L2_P310 for arria10 and cyclone V family
Mainline have converted the CONFIG_SYS_L2_P310 into Kconfig. This changes needs to be applied for socfpga_arria10_nand_defconfig, socfpga_arria10_qspi_defconfig and socfpga_cyclone5_qspi_defconfig. Signed-off-by: Lokanathan, Raaj <raaj.lokanathan@intel.com>
1 parent 91376c0 commit f806cbf

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

configs/socfpga_arria10_nand_defconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
CONFIG_ARM=y
2+
CONFIG_SYS_L2_PL310=y
23
CONFIG_ARCH_SOCFPGA=y
34
CONFIG_SYS_MALLOC_F_LEN=0x4000
45
CONFIG_ENV_SIZE=0x10000

configs/socfpga_arria10_qspi_defconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
CONFIG_ARM=y
2+
CONFIG_SYS_L2_PL310=y
23
CONFIG_ARCH_SOCFPGA=y
34
CONFIG_SYS_MALLOC_F_LEN=0x4000
45
CONFIG_SPL_DRIVERS_MISC=y

0 commit comments

Comments
 (0)