diff options
author | Tom Rini <trini@ti.com> | 2014-11-05 13:11:18 -0500 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-11-05 13:11:18 -0500 |
commit | 11ada9225a16ed2d8ddbf0715a2416245a777cbc (patch) | |
tree | 85e53709f6296a1929835550f4d4b31bf4616754 /arch/arm/cpu/armv7/rmobile/Kconfig | |
parent | 625509ab0edbb7d943ad9028de3c21ca48aa58be (diff) | |
parent | 9cb8d9d2e0a34582f55939cbb9b2989633f24b34 (diff) |
Merge branch 'rmobile' of git://www.denx.de/git/u-boot-sh
Diffstat (limited to 'arch/arm/cpu/armv7/rmobile/Kconfig')
-rw-r--r-- | arch/arm/cpu/armv7/rmobile/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/cpu/armv7/rmobile/Kconfig b/arch/arm/cpu/armv7/rmobile/Kconfig index c46a0cc9b8..8444d4224a 100644 --- a/arch/arm/cpu/armv7/rmobile/Kconfig +++ b/arch/arm/cpu/armv7/rmobile/Kconfig @@ -23,6 +23,11 @@ endchoice config SYS_SOC default "rmobile" +config RMOBILE_EXTRAM_BOOT + bool "Enable boot from RAM" + depends on TARGET_ALT || TARGET_KOELSCH || TARGET_LAGER + default n + source "board/atmark-techno/armadillo-800eva/Kconfig" source "board/renesas/koelsch/Kconfig" source "board/renesas/lager/Kconfig" |