From: Anton Vorontsov Date: Mon, 24 Mar 2008 14:40:47 +0000 (+0300) Subject: 83xx: define CONFIG_OF_STDOUT_VIA_ALIAS for the MPC837XERDB boards X-Git-Tag: v1.3.3-rc1~159 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=aabce7fb505ffe55ebf3bf4dcafdae97a581558d;hp=2bd7460e9283ec98565189b3cdbcfb2bcdcdd635;p=u-boot 83xx: define CONFIG_OF_STDOUT_VIA_ALIAS for the MPC837XERDB boards This is primarily for the early console support. Signed-off-by: Anton Vorontsov --- diff --git a/include/configs/MPC837XERDB.h b/include/configs/MPC837XERDB.h index c2e7701702..3b5d035e0e 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 */