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/mpr2.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/mpr2.h')
-rw-r--r-- | include/configs/mpr2.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/mpr2.h b/include/configs/mpr2.h index 0fc0b97..2598b34 100644 --- a/include/configs/mpr2.h +++ b/include/configs/mpr2.h @@ -86,7 +86,7 @@ #define CFG_HZ (CONFIG_SYS_CLK_FREQ / TMU_CLK_DIVIDER) /* UART */ -#define CFG_SCIF_CONSOLE 1 +#define CONFIG_SCIF_CONSOLE 1 #define CONFIG_CONS_SCIF0 1 #endif /* __MPR2_H */ |