diff options
author | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2008-08-13 01:40:38 +0200 |
---|---|---|
committer | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2008-08-13 01:40:38 +0200 |
commit | 6c58a030f86829fa4f0d4337cf4b794c41a1823e (patch) | |
tree | 52fc9a0ec4b5492d9d46a8078cccd3bc33e96a13 /include/configs/ms7722se.h | |
parent | d6e9ee92e890f67594ab150689510df361133ead (diff) | |
download | u-boot-6c58a030f86829fa4f0d4337cf4b794c41a1823e.tar.gz |
serial: move CFG_SCIF_CONSOLE to CONFIG_SCIF_CONSOLE
move also conditional compilation to Makefile
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Diffstat (limited to 'include/configs/ms7722se.h')
-rw-r--r-- | include/configs/ms7722se.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/ms7722se.h b/include/configs/ms7722se.h index 7298e55c70..910a44eb4a 100644 --- a/include/configs/ms7722se.h +++ b/include/configs/ms7722se.h @@ -62,7 +62,7 @@ #define CFG_BAUDRATE_TABLE { 115200 } /* List of legal baudrate settings for this board */ /* SCIF */ -#define CFG_SCIF_CONSOLE 1 +#define CONFIG_SCIF_CONSOLE 1 #define CONFIG_CONS_SCIF0 1 #undef CFG_CONSOLE_INFO_QUIET /* Suppress display of console information at boot */ #undef CFG_CONSOLE_OVERWRITE_ROUTINE |