public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] sh: Fix compile error rsk7203 board
@ 2008-08-28  5:52 Nobuhiro Iwamatsu
  0 siblings, 0 replies; only message in thread
From: Nobuhiro Iwamatsu @ 2008-08-28  5:52 UTC (permalink / raw)
  To: u-boot

This boards used old type preprocessor.
This patch fix compile error.

Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
---
 include/configs/rsk7203.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/configs/rsk7203.h b/include/configs/rsk7203.h
index 270c149..54d2032 100644
--- a/include/configs/rsk7203.h
+++ b/include/configs/rsk7203.h
@@ -65,7 +65,7 @@
 #define CFG_BAUDRATE_TABLE	{ 115200 }

 /* SCIF */
-#define CFG_SCIF_CONSOLE	1
+#define CONFIG_SCIF_CONSOLE	1
 #define CONFIG_CONS_SCIF0	1

 #define CFG_MEMTEST_START	RSK7203_SDRAM_BASE
@@ -82,9 +82,9 @@
 #define CFG_BOOTMAPSZ		(8 * 1024 * 1024)

 /* FLASH */
+#define CONFIG_FLASH_CFI_DRIVER
 #define CFG_FLASH_CFI
 #define CFG_FLASH_CFI_WIDTH FLASH_CFI_16BIT
-#define CFG_FLASH_CFI_DRIVER
 #undef  CFG_FLASH_QUIET_TEST
 #define CFG_FLASH_EMPTY_INFO	/* print 'E' for empty sector on flinfo */
 #define CFG_FLASH_BASE		RSK7203_FLASH_BASE_1
-- 
1.5.6.3

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2008-08-28  5:52 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-08-28  5:52 [U-Boot] [PATCH] sh: Fix compile error rsk7203 board Nobuhiro Iwamatsu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox