diff options
author | Fabio Estevam <fabio.estevam@freescale.com> | 2014-11-14 09:37:02 -0200 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2014-11-20 10:30:18 +0100 |
commit | 53b7f18044c44e7f3ea0ee10bb4cd775df3aaa3c (patch) | |
tree | 1745d6f2d2eb511e1a819aaeb02996650bd9e1ab /configs/cm_fx6_defconfig | |
parent | 7d29acd9b72128d153707c1a71bcd692b42f791c (diff) | |
download | u-boot-53b7f18044c44e7f3ea0ee10bb4cd775df3aaa3c.tar.gz u-boot-53b7f18044c44e7f3ea0ee10bb4cd775df3aaa3c.tar.bz2 u-boot-53b7f18044c44e7f3ea0ee10bb4cd775df3aaa3c.zip |
mx6: Use a common SPL configuration file
Many boards use a minimal .cfg file in the SPL case.
Introduce spl_sd.cfg so that we can reuse it.
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Acked-by: Stefano Babic <sbabic@denx.de>
Diffstat (limited to 'configs/cm_fx6_defconfig')
-rw-r--r-- | configs/cm_fx6_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/cm_fx6_defconfig b/configs/cm_fx6_defconfig index 50c06f7feb..3c0d64fecb 100644 --- a/configs/cm_fx6_defconfig +++ b/configs/cm_fx6_defconfig @@ -1,4 +1,4 @@ CONFIG_SPL=y -CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/compulab/cm_fx6/imximage.cfg,MX6QDL,SPL" +CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=arch/arm/imx-common/spl_sd.cfg,MX6QDL,SPL" +S:CONFIG_ARM=y +S:CONFIG_TARGET_CM_FX6=y |