[U-Boot] [PATCH] Revert "Kconfig: mx6ull: Deselect MX6UL from CONFIG_MX6ULL"
Peng Fan
peng.fan at nxp.com
Tue Jan 2 06:15:19 UTC 2018
6ULL reuses as much as possible code from 6UL. Removing
the selection will cause 6ULL could not boot up. So revert it.
This reverts commit 051ba9e082f71f4709c32a69378192ca8964ca50.
Signed-off-by: Peng Fan <peng.fan at nxp.com>
---
arch/arm/mach-imx/mx6/Kconfig | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/arch/arm/mach-imx/mx6/Kconfig b/arch/arm/mach-imx/mx6/Kconfig
index 58ee20a8b6..74cc3cb16e 100644
--- a/arch/arm/mach-imx/mx6/Kconfig
+++ b/arch/arm/mach-imx/mx6/Kconfig
@@ -73,9 +73,8 @@ config MX6UL_OPOS6UL
select SUPPORT_SPL
config MX6ULL
- select SYS_L2CACHE_OFF
- select ROM_UNIFIED_SECTIONS
bool
+ select MX6UL
config MX6_DDRCAL
bool "Include dynamic DDR calibration routines"
--
2.14.1
More information about the U-Boot
mailing list