summaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorFabio Estevam <fabio.estevam@freescale.com>2015-05-11 20:50:22 -0300
committerStefano Babic <sbabic@denx.de>2015-05-21 18:08:37 +0200
commit0d1ea05210f3221667f8085cf167f23f336ca0c0 (patch)
tree007d8b8a85dcde97cf99f50254579fd300a85217 /configs
parenta91db95479e75c70ec49676e9a347787b054d651 (diff)
downloadtalos-obmc-uboot-0d1ea05210f3221667f8085cf167f23f336ca0c0.tar.gz
talos-obmc-uboot-0d1ea05210f3221667f8085cf167f23f336ca0c0.zip
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')
-rw-r--r--configs/wandboard_defconfig6
-rw-r--r--configs/wandboard_dl_defconfig3
-rw-r--r--configs/wandboard_quad_defconfig3
-rw-r--r--configs/wandboard_solo_defconfig3
4 files changed, 6 insertions, 9 deletions
diff --git a/configs/wandboard_defconfig b/configs/wandboard_defconfig
new file mode 100644
index 0000000000..1ccac5a63e
--- /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
diff --git a/configs/wandboard_dl_defconfig b/configs/wandboard_dl_defconfig
deleted file mode 100644
index 0136cdfdf9..0000000000
--- a/configs/wandboard_dl_defconfig
+++ /dev/null
@@ -1,3 +0,0 @@
-CONFIG_ARM=y
-CONFIG_TARGET_WANDBOARD=y
-CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/boundary/nitrogen6x/nitrogen6dl.cfg,MX6DL,DDR_MB=1024"
diff --git a/configs/wandboard_quad_defconfig b/configs/wandboard_quad_defconfig
deleted file mode 100644
index 0f9bdf936c..0000000000
--- a/configs/wandboard_quad_defconfig
+++ /dev/null
@@ -1,3 +0,0 @@
-CONFIG_ARM=y
-CONFIG_TARGET_WANDBOARD=y
-CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/boundary/nitrogen6x/nitrogen6q2g.cfg,MX6Q,DDR_MB=2048"
diff --git a/configs/wandboard_solo_defconfig b/configs/wandboard_solo_defconfig
deleted file mode 100644
index 57a227c944..0000000000
--- a/configs/wandboard_solo_defconfig
+++ /dev/null
@@ -1,3 +0,0 @@
-CONFIG_ARM=y
-CONFIG_TARGET_WANDBOARD=y
-CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/boundary/nitrogen6x/nitrogen6s.cfg,MX6S,DDR_MB=512"
OpenPOWER on IntegriCloud