summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorMarek Vasut <marek.vasut@gmail.com>2017-05-13 13:57:42 (GMT)
committerNobuhiro Iwamatsu <iwamatsu@nigauri.org>2017-05-21 19:38:26 (GMT)
commitc94cb71d95d1a152d27685bc95897999ea17278d (patch)
treeb9274c467b42331a40bc9cd6adc6e6b48fd7a660 /configs
parentae7a74a620ec962719773bff19904d38b9c49575 (diff)
downloadu-boot-c94cb71d95d1a152d27685bc95897999ea17278d.tar.xz
ARM: rmobile: salvator-x: Move OF_LIBFDT and CMD_FDT to board config
Move these two Kconfig symbols to the salvator-x_defconfig. Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> Cc: Hiroyuki Yokoyama <hiroyuki.yokoyama.vx@renesas.com> Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Diffstat (limited to 'configs')
-rw-r--r--configs/salvator-x_defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/salvator-x_defconfig b/configs/salvator-x_defconfig
index 8f9b5b5..9fb0b89 100644
--- a/configs/salvator-x_defconfig
+++ b/configs/salvator-x_defconfig
@@ -5,9 +5,11 @@ CONFIG_RCAR_GEN3=y
CONFIG_TARGET_SALVATOR_X=y
CONFIG_VERSION_VARIABLE=y
CONFIG_CMD_BOOTZ=y
+CONFIG_CMD_FDT=y
CONFIG_R8A7795=y
# CONFIG_CMD_IMI is not set
# CONFIG_CMD_IMLS is not set
# CONFIG_CMD_XIMG is not set
CONFIG_DOS_PARTITION=y
# CONFIG_MMC is not set
+CONFIG_OF_LIBFDT=y