From a8d954ba266b0c91eb179a53ee1bdaae15661727 Mon Sep 17 00:00:00 2001 From: Nobuhiro Iwamatsu Date: Mon, 17 Jan 2011 21:17:22 +0900 Subject: sh: Remove config.mk for shmin 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/shmin.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/configs/shmin.h') diff --git a/include/configs/shmin.h b/include/configs/shmin.h index 54a1587aef..525f6e26f2 100644 --- a/include/configs/shmin.h +++ b/include/configs/shmin.h @@ -56,6 +56,7 @@ #define SHMIN_SDRAM_BASE (0x8C000000) #define SHMIN_FLASH_BASE_1 (0xA0000000) +#define CONFIG_SYS_TEXT_BASE 0x8DFB0000 #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 */ -- cgit v1.2.1