summaryrefslogtreecommitdiffstats
path: root/include/configs/wandboard.h
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2013-04-19 03:42:03 +0000
committerStefano Babic <sbabic@denx.de>2013-04-25 21:34:48 +0200
commiteaffaa2d25ce6e94a965460467352bd12513bf09 (patch)
treea9b7e0c9e542099d20722aebd77c0e4cd0e76551 /include/configs/wandboard.h
parent5ed15738d915b75b6a2bd9c3095005481c4df3d1 (diff)
downloadtalos-obmc-uboot-eaffaa2d25ce6e94a965460467352bd12513bf09.tar.gz
talos-obmc-uboot-eaffaa2d25ce6e94a965460467352bd12513bf09.zip
wandboard: Add boot selection support
Adds support for 'bmode' command which let user to choose where to boot from; this allows U-Boot to load system from another storage without messing with jumpers. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'include/configs/wandboard.h')
-rw-r--r--include/configs/wandboard.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/wandboard.h b/include/configs/wandboard.h
index 9898f55d6c..9d7ec3f6ff 100644
--- a/include/configs/wandboard.h
+++ b/include/configs/wandboard.h
@@ -32,6 +32,7 @@
#define CONFIG_SYS_MALLOC_LEN (3 * SZ_1M)
#define CONFIG_BOARD_EARLY_INIT_F
+#define CONFIG_BOARD_LATE_INIT
#define CONFIG_MXC_GPIO
#define CONFIG_MXC_UART
@@ -47,6 +48,7 @@
#undef CONFIG_CMD_IMLS
+#define CONFIG_CMD_BMODE
#define CONFIG_CMD_SETEXPR
#define CONFIG_BOOTDELAY 5
OpenPOWER on IntegriCloud