diff options
author | Nobuhiro Iwamatsu <iwamatsu@nigauri.org> | 2011-01-17 20:48:39 +0900 |
---|---|---|
committer | Nobuhiro Iwamatsu <iwamatsu@nigauri.org> | 2011-02-02 16:18:44 +0900 |
commit | 653f985b89cecc90b4f577c1fa99d7af89a18433 (patch) | |
tree | d3c55ea8bc29293bec8952ae497cac98355558c0 /include/configs | |
parent | db68b703643ce85ab7fe142f2af190383e02eaa4 (diff) | |
download | u-boot-imx-653f985b89cecc90b4f577c1fa99d7af89a18433.zip u-boot-imx-653f985b89cecc90b4f577c1fa99d7af89a18433.tar.gz u-boot-imx-653f985b89cecc90b4f577c1fa99d7af89a18433.tar.bz2 |
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 <iwamatsu@nigauri.org>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/r2dplus.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/r2dplus.h b/include/configs/r2dplus.h index 8689513..5534b49 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 |