diff options
Diffstat (limited to 'configs/udoo_defconfig')
-rw-r--r-- | configs/udoo_defconfig | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/configs/udoo_defconfig b/configs/udoo_defconfig index e4f1d8d3de..223917d204 100644 --- a/configs/udoo_defconfig +++ b/configs/udoo_defconfig @@ -1,7 +1,7 @@ -CONFIG_SPL=y CONFIG_ARM=y CONFIG_ARCH_MX6=y -CONFIG_DM=y -CONFIG_DM_THERMAL=y CONFIG_TARGET_UDOO=y +CONFIG_SPL=y CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=arch/arm/imx-common/spl_sd.cfg,MX6QDL" +CONFIG_DM=y +CONFIG_DM_THERMAL=y |