summaryrefslogtreecommitdiffstats
path: root/include/configs
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2013-03-16 08:05:07 +0000
committerStefano Babic <sbabic@denx.de>2013-04-03 10:41:51 +0200
commit85449dbd4ba55766862eeb93745c1b4b76c5cd86 (patch)
tree2614b683c42d3b4ab33fd0aa50e4064b3565026c /include/configs
parent60bb4621489d53aa255ccc35621a286a9a9b700d (diff)
downloadtalos-obmc-uboot-85449dbd4ba55766862eeb93745c1b4b76c5cd86.tar.gz
talos-obmc-uboot-85449dbd4ba55766862eeb93745c1b4b76c5cd86.zip
mx6qsabre{sd,auto}: Add boot mode select
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')
-rw-r--r--include/configs/mx6qsabre_common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/mx6qsabre_common.h b/include/configs/mx6qsabre_common.h
index 9eda9ed91a..0965b8f8d6 100644
--- a/include/configs/mx6qsabre_common.h
+++ b/include/configs/mx6qsabre_common.h
@@ -36,6 +36,7 @@
#define CONFIG_SYS_MALLOC_LEN (CONFIG_ENV_SIZE + 2 * 1024 * 1024)
#define CONFIG_BOARD_EARLY_INIT_F
+#define CONFIG_BOARD_LATE_INIT
#define CONFIG_MXC_GPIO
#define CONFIG_MXC_UART
@@ -75,6 +76,7 @@
/* Command definition */
#include <config_cmd_default.h>
+#define CONFIG_CMD_BMODE
#define CONFIG_CMD_BOOTZ
#undef CONFIG_CMD_IMLS
OpenPOWER on IntegriCloud