diff options
author | Fabio Estevam <fabio.estevam@freescale.com> | 2015-05-11 20:50:22 -0300 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2015-05-21 18:08:37 +0200 |
commit | 0d1ea05210f3221667f8085cf167f23f336ca0c0 (patch) | |
tree | 007d8b8a85dcde97cf99f50254579fd300a85217 /configs/wandboard_defconfig | |
parent | a91db95479e75c70ec49676e9a347787b054d651 (diff) |
wandboard: Switch to SPL support
Currently we need to build one U-boot image for each of the wandboard
variants: quad, dual-lite and solo.
By switching to SPL we can support all these variants with a single binary,
which is very convenient.
Based on the work from Richard Hu.
Tested kernel booting on the three boards.
Signed-off-by: Richard Hu <hakahu@gmail.com>
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Tested-by: Vagrant Cascadian <vagrant@aikidev.net>
Reviewed-by: Stefano Babic <sbabic@denx.de>
Diffstat (limited to 'configs/wandboard_defconfig')
-rw-r--r-- | configs/wandboard_defconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/configs/wandboard_defconfig b/configs/wandboard_defconfig new file mode 100644 index 00000000000..1ccac5a63e4 --- /dev/null +++ b/configs/wandboard_defconfig @@ -0,0 +1,6 @@ +CONFIG_SPL=y +CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=arch/arm/imx-common/spl_sd.cfg,MX6QDL" +CONFIG_ARM=y +CONFIG_TARGET_WANDBOARD=y +CONFIG_DM=y +CONFIG_DM_THERMAL=y |