summaryrefslogtreecommitdiff
path: root/configs/r8a7796_ulcb_defconfig
diff options
context:
space:
mode:
authorMarek Vasut <marek.vasut+renesas@gmail.com>2018-12-04 01:44:34 +0100
committerMarek Vasut <marex@denx.de>2018-12-04 09:21:07 +0100
commit04513805054478aa024b6c67cb1dcdcd1b37625a (patch)
tree9b4ad5eb1b01e2e418c490afd00a3ba2ca9de4cb /configs/r8a7796_ulcb_defconfig
parent14ebe87b58f759c395512e01e592a96abe62c3b6 (diff)
ARM: dts: Turn ULCB into Multi-DTB config
Bundle DTBs for R8A7795, R8A7796 ULCB variants into single U-Boot build and let U-Boot choose between them based on the CPU model. Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Diffstat (limited to 'configs/r8a7796_ulcb_defconfig')
-rw-r--r--configs/r8a7796_ulcb_defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/r8a7796_ulcb_defconfig b/configs/r8a7796_ulcb_defconfig
index b68bb7c647..20b2dd9579 100644
--- a/configs/r8a7796_ulcb_defconfig
+++ b/configs/r8a7796_ulcb_defconfig
@@ -29,6 +29,8 @@ CONFIG_CMD_FAT=y
CONFIG_CMD_FS_GENERIC=y
CONFIG_OF_CONTROL=y
CONFIG_DEFAULT_DEVICE_TREE="r8a7796-m3ulcb-u-boot"
+CONFIG_OF_LIST="r8a7795-h3ulcb-u-boot r8a7796-m3ulcb-u-boot"
+CONFIG_MULTI_DTB_FIT=y
CONFIG_ENV_IS_IN_MMC=y
CONFIG_REGMAP=y
CONFIG_SYSCON=y