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/ms7750se.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/ms7750se.h')
-rw-r--r-- | include/configs/ms7750se.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/ms7750se.h b/include/configs/ms7750se.h index 3000c77..bee0aab 100644 --- a/include/configs/ms7750se.h +++ b/include/configs/ms7750se.h @@ -42,7 +42,7 @@ #define CONFIG_CMD_FLASH #define CONFIG_CMD_ENV -#define CFG_SCIF_CONSOLE 1 +#define CONFIG_SCIF_CONSOLE 1 #define CONFIG_BAUDRATE 38400 #define CONFIG_CONS_SCIF1 1 #define BOARD_LATE_INIT 1 |