summaryrefslogtreecommitdiff
path: root/configs/stemmy_defconfig
diff options
context:
space:
mode:
authorPhilip Oberfichtner <pro@denx.de>2022-08-17 15:07:12 +0200
committerTom Rini <trini@konsulko.com>2022-09-01 17:18:42 -0400
commit111688839ab4bc35fbc2a92c5696a0d246838da6 (patch)
treeaf0148ae75c69f9aa2881c9ba4b821a1373f90a7 /configs/stemmy_defconfig
parent12bbcd6a85c1e4821bda9d5055b19ec8a7c723e0 (diff)
Convert CONFIG_SYS_L2_PL310 to Kconfig
This converts CONFIG_SYS_L2_PL310 to Kconfig. For omap2 and mvebu the 'select SYS_L2_PL310' locations were determined using ./tools/moveconfig -i CONFIG_SYS_L2_PL310. For mx6 I manually chose ARCH_MX6 as 'select' location. The correctness has been verified using $ ./tools/moveconfig.py -f ARCH_MX6 ~SYS_L2_PL310 ~SYS_L2CACHE_OFF 0 matches That means whenever an ARCH_MX6 board had SYS_L2_PL310 disabled, this was correctly reflected in SYS_L2CACHE_OFF. Thus it's safe to insert the 'select' statement under ARCH_MX6. Signed-off-by: Philip Oberfichtner <pro@denx.de>
Diffstat (limited to 'configs/stemmy_defconfig')
-rw-r--r--configs/stemmy_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/stemmy_defconfig b/configs/stemmy_defconfig
index 7fc0a39872..f1d3ef5b12 100644
--- a/configs/stemmy_defconfig
+++ b/configs/stemmy_defconfig
@@ -1,5 +1,6 @@
CONFIG_ARM=y
CONFIG_SKIP_LOWLEVEL_INIT=y
+CONFIG_SYS_L2_PL310=y
CONFIG_ARCH_U8500=y
CONFIG_SUPPORT_PASSING_ATAGS=y
# CONFIG_SETUP_MEMORY_TAGS is not set