]> git.sur5r.net Git - u-boot/commitdiff
ARM: rmobile: Zap RCAR_GEN3_EXTRAM_BOOT
authorMarek Vasut <marek.vasut@gmail.com>
Sat, 13 May 2017 13:57:33 +0000 (15:57 +0200)
committerNobuhiro 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

index 2a7eeba828cb135f5db45831be7703eced8ef9f5..f748c33a3efc90cbb9026ca6415219bbc68e8700 100644 (file)
@@ -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