From 653f985b89cecc90b4f577c1fa99d7af89a18433 Mon Sep 17 00:00:00 2001 From: Nobuhiro Iwamatsu Date: Mon, 17 Jan 2011 20:48:39 +0900 Subject: sh: Remove config.mk for r2dplus board Move CONFIG_SYS_TEXT_BASE to the board's config file, and remove the unnecessary config.mk file. Signed-off-by: Nobuhiro Iwamatsu --- include/configs/r2dplus.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/configs/r2dplus.h') diff --git a/include/configs/r2dplus.h b/include/configs/r2dplus.h index 8689513fb7..5534b4992c 100644 --- a/include/configs/r2dplus.h +++ b/include/configs/r2dplus.h @@ -40,6 +40,7 @@ #define CONFIG_SYS_SDRAM_BASE (0x8C000000) #define CONFIG_SYS_SDRAM_SIZE (0x04000000) +#define CONFIG_SYS_TEXT_BASE 0x0FFC0000 #define CONFIG_SYS_LONGHELP #define CONFIG_SYS_PROMPT "=> " #define CONFIG_SYS_CBSIZE 256 -- cgit v1.2.1