projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8d31fe2
)
ARM: rmobile: Zap RCAR_GEN3_EXTRAM_BOOT
author
Marek Vasut
<marek.vasut@gmail.com>
Sat, 13 May 2017 13:57:33 +0000
(15:57 +0200)
committer
Nobuhiro Iwamatsu
<iwamatsu@nigauri.org>
Sun, 21 May 2017 19:38:25 +0000
(
04:38
+0900)
This Kconfig option is not used on any board, so drop it.
Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>
Cc: Hiroyuki Yokoyama <hiroyuki.yokoyama.vx@renesas.com>
Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
arch/arm/mach-rmobile/Kconfig.64
patch
|
blob
|
history
diff --git
a/arch/arm/mach-rmobile/Kconfig.64
b/arch/arm/mach-rmobile/Kconfig.64
index 2a7eeba828cb135f5db45831be7703eced8ef9f5..f748c33a3efc90cbb9026ca6415219bbc68e8700 100644
(file)
--- a/
arch/arm/mach-rmobile/Kconfig.64
+++ b/
arch/arm/mach-rmobile/Kconfig.64
@@
-18,11
+18,6
@@
endchoice
config SYS_SOC
default "rmobile"
-config RCAR_GEN3_EXTRAM_BOOT
- bool "Enable boot from RAM"
- depends on TARGET_SALVATOR_X
- default n
-
source "board/renesas/salvator-x/Kconfig"
endif