Skip to content
Snippets Groups Projects
Commit aabce7fb authored by Anton Vorontsov's avatar Anton Vorontsov Committed by Kim Phillips
Browse files

83xx: define CONFIG_OF_STDOUT_VIA_ALIAS for the MPC837XERDB boards


This is primarily for the early console support.

Signed-off-by: default avatarAnton Vorontsov <avorontsov@ru.mvista.com>
parent 2bd7460e
No related branches found
No related tags found
No related merge requests found
...@@ -338,6 +338,7 @@ ...@@ -338,6 +338,7 @@
/* Pass open firmware flat tree */ /* Pass open firmware flat tree */
#define CONFIG_OF_LIBFDT 1 #define CONFIG_OF_LIBFDT 1
#define CONFIG_OF_BOARD_SETUP 1 #define CONFIG_OF_BOARD_SETUP 1
#define CONFIG_OF_STDOUT_VIA_ALIAS 1
/* I2C */ /* I2C */
#define CONFIG_HARD_I2C /* I2C with hardware support */ #define CONFIG_HARD_I2C /* I2C with hardware support */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment