diff options
author | Marek Vasut <marek.vasut+renesas@gmail.com> | 2018-01-10 11:47:03 +0100 |
---|---|---|
committer | Marek Vasut <marex@denx.de> | 2018-01-24 23:27:21 +0100 |
commit | 34df58a95efc56f469b520e9e63e4aaddc4796ee (patch) | |
tree | 01ed9fb879cde094194734a85010930b4fe37431 /configs/r8a7796_salvator-x_defconfig | |
parent | 62b2bb537444f8d698a15beefd2a039989782bfd (diff) | |
download | u-boot-34df58a95efc56f469b520e9e63e4aaddc4796ee.tar.gz u-boot-34df58a95efc56f469b520e9e63e4aaddc4796ee.tar.xz u-boot-34df58a95efc56f469b520e9e63e4aaddc4796ee.zip |
ARM: dts: rmobile: Factor out U-Boot extras
Pull out u-boot extras into dtsi files to make synchronization of DTS
from Linux kernel as easy as a simple copy. All the U-Boot extras are
now in *-u-boot.dts* files instead.
Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>
Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Diffstat (limited to 'configs/r8a7796_salvator-x_defconfig')
-rw-r--r-- | configs/r8a7796_salvator-x_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/r8a7796_salvator-x_defconfig b/configs/r8a7796_salvator-x_defconfig index 9055c291bb..cf0b31aa03 100644 --- a/configs/r8a7796_salvator-x_defconfig +++ b/configs/r8a7796_salvator-x_defconfig @@ -4,7 +4,7 @@ CONFIG_SYS_MALLOC_F_LEN=0x2000 CONFIG_RCAR_GEN3=y CONFIG_R8A7796=y CONFIG_TARGET_SALVATOR_X=y -CONFIG_DEFAULT_DEVICE_TREE="r8a7796-salvator-x" +CONFIG_DEFAULT_DEVICE_TREE="r8a7796-salvator-x-u-boot" CONFIG_SMBIOS_PRODUCT_NAME="" # CONFIG_ARCH_FIXUP_FDT_MEMORY is not set CONFIG_USE_BOOTARGS=y |