summaryrefslogtreecommitdiff
path: root/include/configs/shmin.h
diff options
context:
space:
mode:
authorNobuhiro Iwamatsu <iwamatsu@nigauri.org>2011-01-17 12:17:22 (GMT)
committerNobuhiro Iwamatsu <iwamatsu@nigauri.org>2011-02-02 07:18:45 (GMT)
commita8d954ba266b0c91eb179a53ee1bdaae15661727 (patch)
tree6d678d1256790e258253ea87112d5a75fa49ee30 /include/configs/shmin.h
parent54fbf475cd9a5a91efce1f2f5054b1016a7ddada (diff)
downloadu-boot-fsl-qoriq-a8d954ba266b0c91eb179a53ee1bdaae15661727.tar.xz
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 <iwamatsu@nigauri.org>
Diffstat (limited to 'include/configs/shmin.h')
-rw-r--r--include/configs/shmin.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/shmin.h b/include/configs/shmin.h
index 54a1587..525f6e2 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 */