diff options
author | vpeter4 <peter.vicman@gmail.com> | 2015-08-03 12:49:05 +0200 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2015-09-02 15:25:28 +0200 |
commit | 78506c2f8618732b59eba68cd56d20a55c087006 (patch) | |
tree | adc1475bfd5ab0f98b8945220aed02b79d7df75c /configs | |
parent | b893c9898c4126c7b09a5aa124c6bedf33fa305c (diff) | |
download | u-boot-imx-78506c2f8618732b59eba68cd56d20a55c087006.zip u-boot-imx-78506c2f8618732b59eba68cd56d20a55c087006.tar.gz u-boot-imx-78506c2f8618732b59eba68cd56d20a55c087006.tar.bz2 |
udoo: Switch to SPL support
Currently we need to build one U-boot image for each of the udoo
variants: quad and dual-lite.
By switching to SPL we can support all two variants with a single binary.
Based on the SPL for wandboard.
Tested with OpenELEC (Open Embedded Linux Entertainment Center)
on both boards.
Signed-off-by: Peter Vicman <peter.vicman@gmail.com>
Cc: Fabio Estevam <fabio.estevam@freescale.com>
Cc: Stefano Babic <sbabic@denx.de>
Acked-by: Stefano Babic <sbabic@denx.de>
Signed-off-by: Peter Vicman <peter.vicman@gmail.com>
Acked-by: Fabio Estevam <fabio.estevam@freescale.com>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/udoo_defconfig | 6 | ||||
-rw-r--r-- | configs/udoo_quad_defconfig | 5 |
2 files changed, 6 insertions, 5 deletions
diff --git a/configs/udoo_defconfig b/configs/udoo_defconfig new file mode 100644 index 0000000..9fe30d3 --- /dev/null +++ b/configs/udoo_defconfig @@ -0,0 +1,6 @@ +CONFIG_SPL=y +CONFIG_ARM=y +CONFIG_DM=y +CONFIG_DM_THERMAL=y +CONFIG_TARGET_UDOO=y +CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=arch/arm/imx-common/spl_sd.cfg,MX6QDL" diff --git a/configs/udoo_quad_defconfig b/configs/udoo_quad_defconfig deleted file mode 100644 index 42c21c6..0000000 --- a/configs/udoo_quad_defconfig +++ /dev/null @@ -1,5 +0,0 @@ -CONFIG_ARM=y -CONFIG_TARGET_UDOO=y -CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/udoo/udoo.cfg,MX6Q,DDR_MB=1024" -# CONFIG_CMD_IMLS is not set -# CONFIG_CMD_FLASH is not set |