From: Anton Vorontsov Date: Mon, 24 Mar 2008 17:47:02 +0000 (+0300) Subject: mpc83xx: MPC8360E-RDK: define CONFIG_OF_STDOUT_VIA_ALIAS X-Git-Tag: v1.3.3-rc1~150 X-Git-Url: https://git.sur5r.net/?p=u-boot;a=commitdiff_plain;h=3a0cfdd576dc9b16d1468d37339182607c697fb7 mpc83xx: MPC8360E-RDK: define CONFIG_OF_STDOUT_VIA_ALIAS This is needed to update /choosen/linux,stdout-path properly. Signed-off-by: Anton Vorontsov --- diff --git a/include/configs/MPC8360ERDK.h b/include/configs/MPC8360ERDK.h index 0f5dea13d0..da9f4b6877 100644 --- a/include/configs/MPC8360ERDK.h +++ b/include/configs/MPC8360ERDK.h @@ -259,6 +259,7 @@ /* Pass open firmware flat tree */ #define CONFIG_OF_LIBFDT 1 #define CONFIG_OF_BOARD_SETUP 1 +#define CONFIG_OF_STDOUT_VIA_ALIAS /* I2C */ #define CONFIG_HARD_I2C /* I2C with hardware support */