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/sh7763rdp.h | |
parent | d6e9ee92e890f67594ab150689510df361133ead (diff) | |
download | u-boot-6c58a030f86829fa4f0d4337cf4b794c41a1823e.tar.gz u-boot-6c58a030f86829fa4f0d4337cf4b794c41a1823e.tar.xz u-boot-6c58a030f86829fa4f0d4337cf4b794c41a1823e.zip |
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/sh7763rdp.h')
-rw-r--r-- | include/configs/sh7763rdp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/sh7763rdp.h b/include/configs/sh7763rdp.h index 5a6566320a..47236341bd 100644 --- a/include/configs/sh7763rdp.h +++ b/include/configs/sh7763rdp.h @@ -52,7 +52,7 @@ #undef CONFIG_SHOW_BOOT_PROGRESS /* SCIF */ -#define CFG_SCIF_CONSOLE 1 +#define CONFIG_SCIF_CONSOLE 1 #define CONFIG_BAUDRATE 115200 #define CONFIG_CONS_SCIF2 1 |