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>
This commit is contained in:
parent
6f0da4972e
commit
1c98172e02
@ -76,7 +76,7 @@
|
|||||||
#define CFG_BAUDRATE_TABLE { 115200 }
|
#define CFG_BAUDRATE_TABLE { 115200 }
|
||||||
|
|
||||||
/* SCIF */
|
/* SCIF */
|
||||||
#define CFG_SCIF_CONSOLE 1
|
#define CONFIG_SCIF_CONSOLE 1
|
||||||
#define CONFIG_CONS_SCIF1 1
|
#define CONFIG_CONS_SCIF1 1
|
||||||
#define CONFIG_SCIF_EXT_CLOCK 1
|
#define CONFIG_SCIF_EXT_CLOCK 1
|
||||||
#undef CFG_CONSOLE_INFO_QUIET
|
#undef CFG_CONSOLE_INFO_QUIET
|
||||||
@ -103,8 +103,8 @@
|
|||||||
#define CFG_BOOTMAPSZ (8 * 1024 * 1024)
|
#define CFG_BOOTMAPSZ (8 * 1024 * 1024)
|
||||||
|
|
||||||
/* FLASH */
|
/* FLASH */
|
||||||
|
#define CONFIG_FLASH_CFI_DRIVER
|
||||||
#define CFG_FLASH_CFI
|
#define CFG_FLASH_CFI
|
||||||
#define CFG_FLASH_CFI_DRIVER
|
|
||||||
#undef CFG_FLASH_QUIET_TEST
|
#undef CFG_FLASH_QUIET_TEST
|
||||||
#define CFG_FLASH_EMPTY_INFO
|
#define CFG_FLASH_EMPTY_INFO
|
||||||
#define CFG_FLASH_BASE (SH7785LCR_FLASH_BASE_1)
|
#define CFG_FLASH_BASE (SH7785LCR_FLASH_BASE_1)
|
||||||
|
Loading…
Reference in New Issue
Block a user