]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
sh: Remove config.mk for sh7763rdp board
authorNobuhiro Iwamatsu <iwamatsu@nigauri.org>
Mon, 17 Jan 2011 11:53:29 +0000 (20:53 +0900)
committerNobuhiro Iwamatsu <iwamatsu@nigauri.org>
Wed, 2 Feb 2011 07:18:44 +0000 (16:18 +0900)
Move CONFIG_SYS_TEXT_BASE to the board's config file, and remove the
unnecessary config.mk file.

Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
board/renesas/sh7763rdp/config.mk [deleted file]
include/configs/sh7763rdp.h

diff --git a/board/renesas/sh7763rdp/config.mk b/board/renesas/sh7763rdp/config.mk
deleted file mode 100644 (file)
index 54c1a5b..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-#
-# board/sh7763rdp/config.mk
-#
-# CONFIG_SYS_TEXT_BASE refers to image _after_ relocation.
-#
-# NOTE: Must match value used in u-boot.lds (in this directory).
-#
-
-CONFIG_SYS_TEXT_BASE = 0x8FFC0000
-
-# PLATFORM_CPPFLAGS += -DCONFIG_MULTIBOOT
index 209cb88f3f33fe442b4754beac4576c8e53737ee..6a08413aa23f094499100b42541a90666a1a2842 100644 (file)
@@ -56,6 +56,7 @@
 #define CONFIG_BAUDRATE         115200
 #define CONFIG_CONS_SCIF2              1
 
+#define CONFIG_SYS_TEXT_BASE   0x8FFC0000
 #define CONFIG_SYS_LONGHELP            /* undef to save memory */
 #define CONFIG_SYS_PROMPT              "=> "   /* Monitor Command Prompt */
 #define CONFIG_SYS_CBSIZE              256     /* Buffer size for input from the Console */