diff options
author | Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com> | 2008-08-28 14:53:31 +0900 |
---|---|---|
committer | Nobuhiro Iwamatsu <iwamatsu@nigauri.org> | 2008-08-31 23:07:33 +0900 |
commit | 1c98172e025018552e9bb4c43b0aaee76f79b1aa (patch) | |
tree | 92f7cf1a56f800c4b91f52c1cda4bef084a8c601 /include | |
parent | 6f0da4972e48f99d37bc522814940a6022cd3084 (diff) |
sh: Fix compile error sh7785lcr board
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>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/sh7785lcr.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/configs/sh7785lcr.h b/include/configs/sh7785lcr.h index 63f22e90500..efdb163dd2d 100644 --- a/include/configs/sh7785lcr.h +++ b/include/configs/sh7785lcr.h @@ -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 @@ -103,8 +103,8 @@ #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) |