diff options
author | Sonic Zhang <sonic.zhang@analog.com> | 2013-03-13 19:06:16 +0800 |
---|---|---|
committer | Sonic Zhang <sonic.zhang@analog.com> | 2013-05-13 16:26:27 +0800 |
commit | 50aadcc560560f7365bb6373d4db1375522c4fe3 (patch) | |
tree | b0e04751dcaaeb59e03d00229a0cd7052a595e41 /include/configs | |
parent | d4d4f903773e0e5540baa00157585de25a542ba6 (diff) | |
download | u-boot-imx-50aadcc560560f7365bb6373d4db1375522c4fe3.zip u-boot-imx-50aadcc560560f7365bb6373d4db1375522c4fe3.tar.gz u-boot-imx-50aadcc560560f7365bb6373d4db1375522c4fe3.tar.bz2 |
blackfin: Enable early print via the generic serial API.
Remove blackfin specific implementation of the generic serial API when
early print macro is defined.
In BFIN_BOOT_BYPASS mode, don't call generic serial_puts, because
early print in bypass mode is running before code binary is relocated
to the link address.
Signed-off-by: Sonic Zhang <sonic.zhang@analog.com>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/bfin_adi_common.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/bfin_adi_common.h b/include/configs/bfin_adi_common.h index d3ae3a7..c986ba3 100644 --- a/include/configs/bfin_adi_common.h +++ b/include/configs/bfin_adi_common.h @@ -111,9 +111,6 @@ #ifndef CONFIG_BAUDRATE # define CONFIG_BAUDRATE 57600 #endif -#ifndef CONFIG_DEBUG_EARLY_SERIAL -# define CONFIG_SYS_BFIN_UART -#endif /* * Debug Settings |