[U-Boot-Users] [PATCH 5/5] 83xx: define CONFIG_OF_STDOUT_VIA_ALIAS for the MPC837XERDB boards

24 Mar
2008
24 Mar
'08
3:40 p.m.
This is primarily for the early console support.
Signed-off-by: Anton Vorontsov avorontsov@ru.mvista.com ---
Rebased on top of today's u-boot-mpc83xx.
include/configs/MPC837XERDB.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/include/configs/MPC837XERDB.h b/include/configs/MPC837XERDB.h index c2e7701..3b5d035 100644 --- a/include/configs/MPC837XERDB.h +++ b/include/configs/MPC837XERDB.h @@ -338,6 +338,7 @@ /* Pass open firmware flat tree */ #define CONFIG_OF_LIBFDT 1 #define CONFIG_OF_BOARD_SETUP 1 +#define CONFIG_OF_STDOUT_VIA_ALIAS 1
/* I2C */ #define CONFIG_HARD_I2C /* I2C with hardware support */
--
1.5.2.2
6259
Age (days ago)
6259
Last active (days ago)
0 comments
1 participants
participants (1)
-
Anton Vorontsov