diff options
author | Anton Vorontsov <avorontsov@ru.mvista.com> | 2008-03-24 20:47:02 +0300 |
---|---|---|
committer | Kim Phillips <kim.phillips@freescale.com> | 2008-03-25 19:16:47 -0500 |
commit | 3a0cfdd576dc9b16d1468d37339182607c697fb7 (patch) | |
tree | 0189c73f52926842021c1fd9791c44e0bbf08be4 | |
parent | 3419eb62f088d7a22f1d2a3cebf76b77e408b5b9 (diff) |
mpc83xx: MPC8360E-RDK: define CONFIG_OF_STDOUT_VIA_ALIAS
This is needed to update /choosen/linux,stdout-path properly.
Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
-rw-r--r-- | include/configs/MPC8360ERDK.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/MPC8360ERDK.h b/include/configs/MPC8360ERDK.h index 0f5dea13d0d..da9f4b68776 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 */ |