diff options
author | Peter Robinson | 2015-05-22 17:30:49 +0100 |
---|---|---|
committer | Stefano Babic | 2015-05-26 15:58:56 +0200 |
commit | 8183058188cd2d9424503b68de8606c5900ba74b (patch) | |
tree | f67c132f08e91a0ae22e73e0471e0fbca56044ba /include/configs/tbs2910.h | |
parent | 302b2e5babb11b24c7808b79521851457fb2d8e8 (diff) |
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.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/tbs2910.h b/include/configs/tbs2910.h index 2e37a5cf54c..eef77c82e74 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 |