summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorHannes Petermaier <hannes.petermaier@br-automation.com>2015-03-17 15:31:21 +0100
committerTom Rini <trini@konsulko.com>2015-03-17 10:55:07 -0400
commite52e9cc77f98f47b1fbbb9081df517ffea2389d7 (patch)
treefe9e5441a499b336be6def3022963647abc903e8 /include
parent323aaaa1e364bf8426a9c8fd5158fe2d155ae7b9 (diff)
downloadtalos-obmc-uboot-e52e9cc77f98f47b1fbbb9081df517ffea2389d7.tar.gz
talos-obmc-uboot-e52e9cc77f98f47b1fbbb9081df517ffea2389d7.zip
board/BuR/common: use SYS_CONSOLE_OVERWRITE
We don't want that CONSOLE is redirected to LCD upon init, we rather prefer that console is still on the serial line. Signed-off-by: Hannes Petermaier <oe5hpm@oevsv.at>
Diffstat (limited to 'include')
-rw-r--r--include/configs/bur_am335x_common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/bur_am335x_common.h b/include/configs/bur_am335x_common.h
index 377e6cfd67..240fc464bc 100644
--- a/include/configs/bur_am335x_common.h
+++ b/include/configs/bur_am335x_common.h
@@ -142,6 +142,8 @@
#define CONFIG_SYS_PROMPT "U-Boot (BuR V2.0)# "
#define CONFIG_SYS_CONSOLE_INFO_QUIET
#define CONFIG_ENV_OVERWRITE /* Overwrite ethaddr / serial# */
+#define CONFIG_SYS_CONSOLE_IS_IN_ENV
+#define CONFIG_SYS_CONSOLE_OVERWRITE_ROUTINE
/* As stated above, the following choices are optional. */
#define CONFIG_SYS_LONGHELP
OpenPOWER on IntegriCloud