summaryrefslogtreecommitdiff
path: root/configs/r8a7796_salvator-x_defconfig
diff options
context:
space:
mode:
authorMarek Vasut <marek.vasut@gmail.com>2017-06-20 13:17:19 (GMT)
committerTom Rini <trini@konsulko.com>2017-06-20 18:23:17 (GMT)
commitb2330426c366861e668bebfc3edc3625ac54fd7c (patch)
treeec7f93915ef757f138b18d6c52eb9b8d29e220c2 /configs/r8a7796_salvator-x_defconfig
parentdc759a9967cf53292c0b6bf4c2a71f79627f1799 (diff)
downloadu-boot-fsl-qoriq-b2330426c366861e668bebfc3edc3625ac54fd7c.tar.xz
ARM: rmobile: Add missing config bits
The commit "fb82fe385173 configs: Resync defconfigs" resynced all config files. This exposed two latent issues with the Gen3 boards in that we had not been setting CONFIG_DEFAULT_FDT_FILE correctly and had not been setting CONFIG_CMD_MMC. Fix both of these. Fixes: fb82fe385173 ("configs: Resync defconfigs") Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/r8a7796_salvator-x_defconfig')
-rw-r--r--configs/r8a7796_salvator-x_defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/r8a7796_salvator-x_defconfig b/configs/r8a7796_salvator-x_defconfig
index 9914417..d573051 100644
--- a/configs/r8a7796_salvator-x_defconfig
+++ b/configs/r8a7796_salvator-x_defconfig
@@ -4,9 +4,11 @@ CONFIG_SYS_MALLOC_F_LEN=0x2000
CONFIG_RCAR_GEN3=y
CONFIG_R8A7796=y
CONFIG_TARGET_SALVATOR_X=y
+CONFIG_DEFAULT_FDT_FILE="r8a7796-salvator-x.dtb"
CONFIG_VERSION_VARIABLE=y
CONFIG_CMD_BOOTZ=y
# CONFIG_CMD_IMLS is not set
+CONFIG_CMD_MMC=y
CONFIG_CMD_USB=y
CONFIG_CMD_DHCP=y
CONFIG_CMD_MII=y