summaryrefslogtreecommitdiffstats
path: root/arch/arm
diff options
context:
space:
mode:
authorNobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>2014-10-31 16:16:27 +0900
committerNobuhiro Iwamatsu <iwamatsu@nigauri.org>2014-11-04 08:59:20 +0900
commit69191fedf49671cfed7de7067f2193c227e18ad1 (patch)
treeff1f0f9df2e281dae44027b12ad6f5d7d478bc24 /arch/arm
parentfb6f6001ed0f0f8987728ef00e6bab2e2b9af706 (diff)
downloadblackbird-obmc-uboot-69191fedf49671cfed7de7067f2193c227e18ad1.tar.gz
blackbird-obmc-uboot-69191fedf49671cfed7de7067f2193c227e18ad1.zip
arm: rmobile: koelsch: Add external RAM boot
If CONFIG_RMOBILE_EXTRAM_BOOT is enabled, U-Boot is booted from External RAM. The default boot address is 0x70000000. Signed-off-by: Hisashi Nakamura <hisashi.nakamura.ak@renesas.com> Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com> Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Diffstat (limited to 'arch/arm')
-rw-r--r--arch/arm/cpu/armv7/rmobile/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/cpu/armv7/rmobile/Kconfig b/arch/arm/cpu/armv7/rmobile/Kconfig
index 75e38ea2ea..082c767d3b 100644
--- a/arch/arm/cpu/armv7/rmobile/Kconfig
+++ b/arch/arm/cpu/armv7/rmobile/Kconfig
@@ -25,7 +25,7 @@ config SYS_SOC
config RMOBILE_EXTRAM_BOOT
bool "Enable boot from RAM"
- depends on TARGET_LAGER
+ depends on TARGET_LAGER || TARGET_KOELSCH
default n
source "board/atmark-techno/armadillo-800eva/Kconfig"
OpenPOWER on IntegriCloud