]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
sh: Fix compile error sh7785lcr board
authorNobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
Thu, 28 Aug 2008 05:53:31 +0000 (14:53 +0900)
committerNobuhiro Iwamatsu <iwamatsu@nigauri.org>
Sun, 31 Aug 2008 14:07:33 +0000 (23:07 +0900)
This boards used old type preprocessor.
This patch fix compile error.

Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
include/configs/sh7785lcr.h

index 63f22e90500daef3dc2759eeaa0a6edcddcde40f..efdb163dd2dd3e9c6b948eb5b35a0ebb4aa59a6d 100644 (file)
@@ -76,7 +76,7 @@
 #define CFG_BAUDRATE_TABLE     { 115200 }
 
 /* SCIF */
-#define CFG_SCIF_CONSOLE       1
+#define CONFIG_SCIF_CONSOLE    1
 #define CONFIG_CONS_SCIF1      1
 #define CONFIG_SCIF_EXT_CLOCK  1
 #undef CFG_CONSOLE_INFO_QUIET
 #define CFG_BOOTMAPSZ          (8 * 1024 * 1024)
 
 /* FLASH */
+#define CONFIG_FLASH_CFI_DRIVER
 #define CFG_FLASH_CFI
-#define CFG_FLASH_CFI_DRIVER
 #undef CFG_FLASH_QUIET_TEST
 #define CFG_FLASH_EMPTY_INFO
 #define CFG_FLASH_BASE         (SH7785LCR_FLASH_BASE_1)