summaryrefslogtreecommitdiff
path: root/include/configs/sh7785lcr.h
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2011-02-04 19:38:27 (GMT)
committerWolfgang Denk <wd@denx.de>2011-02-04 19:38:27 (GMT)
commit4bfa18fb99e4ffa9451d9ec95375a5e970847bf8 (patch)
treef282cf36e32c60c4fce716c1e7ce236f7d19f5ae /include/configs/sh7785lcr.h
parent42d44f631c4e8e5359775bdc098f2fffde4e5c05 (diff)
parente72f46787f44c1104a8df18511ab230b6072a1f0 (diff)
downloadu-boot-4bfa18fb99e4ffa9451d9ec95375a5e970847bf8.tar.xz
Merge branch 'master' of git://git.denx.de/u-boot-sh
Diffstat (limited to 'include/configs/sh7785lcr.h')
-rw-r--r--include/configs/sh7785lcr.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/sh7785lcr.h b/include/configs/sh7785lcr.h
index a95a759..8eb9a12 100644
--- a/include/configs/sh7785lcr.h
+++ b/include/configs/sh7785lcr.h
@@ -63,6 +63,7 @@
/* MEMORY */
#if defined(CONFIG_SH_32BIT)
+#define CONFIG_SYS_TEXT_BASE 0x8FF80000
/* 0x40000000 - 0x47FFFFFF does not use */
#define CONFIG_SH_SDRAM_OFFSET (0x8000000)
#define SH7785LCR_SDRAM_PHYS_BASE (0x40000000 + CONFIG_SH_SDRAM_OFFSET)
@@ -72,6 +73,7 @@
#define SH7785LCR_FLASH_BANK_SIZE (64 * 1024 * 1024)
#define SH7785LCR_USB_BASE (0xa6000000)
#else
+#define CONFIG_SYS_TEXT_BASE 0x0FF80000
#define SH7785LCR_SDRAM_BASE (0x08000000)
#define SH7785LCR_SDRAM_SIZE (128 * 1024 * 1024)
#define SH7785LCR_FLASH_BASE_1 (0xa0000000)