diff mbox

[U-Boot,03/23] ARM: rmobile: Zap RCAR_GEN3_EXTRAM_BOOT

Message ID 20170513135753.8478-3-marek.vasut+renesas@gmail.com
State Accepted
Commit 1b044aa8c5a3b3105eadfae8f44902b4c2053a8f
Delegated to: Nobuhiro Iwamatsu
Headers show

Commit Message

Marek Vasut May 13, 2017, 1:57 p.m. UTC
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 | 5 -----
 1 file changed, 5 deletions(-)

Comments

Nobuhiro Iwamatsu May 13, 2017, 9:38 p.m. UTC | #1
Applied to rmobile branch, thanks!

2017-05-13 22:57 GMT+09:00 Marek Vasut <marek.vasut@gmail.com>:
> 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 | 5 -----
>  1 file changed, 5 deletions(-)
>
> 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
> --
> 2.11.0
>
diff mbox

Patch

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