浏览代码

ARM: rmobile: Zap RCAR_GEN3_EXTRAM_BOOT

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>
Marek Vasut 8 年之前
父节点
当前提交
1b044aa8c5
共有 1 个文件被更改,包括 0 次插入5 次删除
  1. 0 5
      arch/arm/mach-rmobile/Kconfig.64

+ 0 - 5
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