summaryrefslogtreecommitdiffstats
path: root/include/configs
diff options
context:
space:
mode:
authorEric Nelson <eric.nelson@boundarydevices.com>2012-04-25 14:14:04 +0000
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>2012-05-15 08:31:32 +0200
commit28fdbddc943173d5f199fe2de9bc74bc6172940e (patch)
tree71e64e1d9cc160c9d46c673bd1cf18b8430dc034 /include/configs
parent0c23d84c864b459bc74cbe34d625afd6e038aa37 (diff)
downloadblackbird-obmc-uboot-28fdbddc943173d5f199fe2de9bc74bc6172940e.tar.gz
blackbird-obmc-uboot-28fdbddc943173d5f199fe2de9bc74bc6172940e.zip
i.MX6Q: mx6qsabrelite: Add keypress support to alter boot flow
Uses the 'magic_keys' idiom as described in doc/README.kbd: http://lists.denx.de/pipermail/u-boot/2012-April/122502.html Signed-off-by: Eric Nelson <eric.nelson@boundarydevices.com> Acked-by: Marek Vasut <marex@denx.de> Acked-by: Stefano Babic <sbabic@denx.de>
Diffstat (limited to 'include/configs')
-rw-r--r--include/configs/mx6qsabrelite.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/configs/mx6qsabrelite.h b/include/configs/mx6qsabrelite.h
index 492c618df8..48be6e6f3f 100644
--- a/include/configs/mx6qsabrelite.h
+++ b/include/configs/mx6qsabrelite.h
@@ -42,6 +42,7 @@
#define CONFIG_ARCH_CPU_INIT
#define CONFIG_BOARD_EARLY_INIT_F
+#define CONFIG_MISC_INIT_R
#define CONFIG_MXC_GPIO
#define CONFIG_MXC_UART
@@ -110,6 +111,8 @@
#define CONFIG_BOOTDELAY 3
+#define CONFIG_PREBOOT ""
+
#define CONFIG_LOADADDR 0x10800000
#define CONFIG_SYS_TEXT_BASE 0x17800000
OpenPOWER on IntegriCloud