From: Marek Vasut Date: Sat, 13 May 2017 13:57:33 +0000 (+0200) Subject: ARM: rmobile: Zap RCAR_GEN3_EXTRAM_BOOT X-Git-Tag: v2017.07-rc1~191^2~21 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=1b044aa8c5a3b3105eadfae8f44902b4c2053a8f;p=u-boot ARM: rmobile: Zap RCAR_GEN3_EXTRAM_BOOT This Kconfig option is not used on any board, so drop it. Signed-off-by: Marek Vasut Cc: Hiroyuki Yokoyama Cc: Nobuhiro Iwamatsu --- diff --git a/arch/arm/mach-rmobile/Kconfig.64 b/arch/arm/mach-rmobile/Kconfig.64 index 2a7eeba828..f748c33a3e 100644 --- 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