summaryrefslogtreecommitdiffstats
path: root/include/configs/tbs2910.h
diff options
context:
space:
mode:
authorPeter Robinson <pbrobinson@gmail.com>2015-05-22 17:30:49 +0100
committerStefano Babic <sbabic@denx.de>2015-05-26 15:58:56 +0200
commit8183058188cd2d9424503b68de8606c5900ba74b (patch)
treef67c132f08e91a0ae22e73e0471e0fbca56044ba /include/configs/tbs2910.h
parent302b2e5babb11b24c7808b79521851457fb2d8e8 (diff)
downloadblackbird-obmc-uboot-8183058188cd2d9424503b68de8606c5900ba74b.tar.gz
blackbird-obmc-uboot-8183058188cd2d9424503b68de8606c5900ba74b.zip
imx6: centralise common boot options in mx6_common.h
Define common LOADADDR and BOOTDELAY to ensure a consistent experience across mx6 boards Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
Diffstat (limited to 'include/configs/tbs2910.h')
-rw-r--r--include/configs/tbs2910.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/tbs2910.h b/include/configs/tbs2910.h
index 2e37a5cf54..eef77c82e7 100644
--- a/include/configs/tbs2910.h
+++ b/include/configs/tbs2910.h
@@ -21,7 +21,6 @@
#define CONFIG_SYS_LONGHELP
#define CONFIG_SYS_HUSH_PARSER
#define CONFIG_SYS_PROMPT "Matrix U-Boot> "
-#define CONFIG_BOOTDELAY 3
#define CONFIG_AUTO_COMPLETE
#define CONFIG_CMDLINE_EDITING
#define CONFIG_SYS_MAXARGS 16
@@ -45,9 +44,7 @@
#define CONFIG_SYS_MEMTEST_END \
(CONFIG_SYS_MEMTEST_START + 500 * 1024 * 1024)
-#define CONFIG_SYS_TEXT_BASE 0x80000000
#define CONFIG_SYS_BOOTMAPSZ 0x6C000000
-#define CONFIG_SYS_LOAD_ADDR 0x10800000
/* Serial console */
#define CONFIG_MXC_UART
OpenPOWER on IntegriCloud