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/ms7720se.h | |
parent | d6e9ee92e890f67594ab150689510df361133ead (diff) | |
download | u-boot-imx-6c58a030f86829fa4f0d4337cf4b794c41a1823e.zip u-boot-imx-6c58a030f86829fa4f0d4337cf4b794c41a1823e.tar.gz u-boot-imx-6c58a030f86829fa4f0d4337cf4b794c41a1823e.tar.bz2 |
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/ms7720se.h')
-rw-r--r-- | include/configs/ms7720se.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/ms7720se.h b/include/configs/ms7720se.h index 5e79a27..dc0af15 100644 --- a/include/configs/ms7720se.h +++ b/include/configs/ms7720se.h @@ -63,7 +63,7 @@ #define CFG_BAUDRATE_TABLE { 115200 } /* SCIF */ -#define CFG_SCIF_CONSOLE 1 +#define CONFIG_SCIF_CONSOLE 1 #define CONFIG_CONS_SCIF0 1 #define CFG_MEMTEST_START MS7720SE_SDRAM_BASE |