aboutsummaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorSimon Shields <simon@lineageos.org>2018-06-26 00:55:45 +1000
committerDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2020-03-28 01:15:08 +0100
commitd2ca9420c23b9b5f9e293c0a36cebd36fb53ba29 (patch)
tree502d28a6152e7bebb1807c229fa0173c252beeb4 /configs
parente2b4195f57ea14e66cc13bc138c19e86b0d42ce0 (diff)
downloadu-boot-midas-d2ca9420c23b9b5f9e293c0a36cebd36fb53ba29.tar.gz
u-boot-midas-d2ca9420c23b9b5f9e293c0a36cebd36fb53ba29.tar.bz2
u-boot-midas-d2ca9420c23b9b5f9e293c0a36cebd36fb53ba29.zip
midas: switch to OF_SEPARATE and build all the dtbs
Diffstat (limited to 'configs')
-rw-r--r--configs/midas_defconfig6
1 files changed, 3 insertions, 3 deletions
diff --git a/configs/midas_defconfig b/configs/midas_defconfig
index f30d410c92..e1a12fa950 100644
--- a/configs/midas_defconfig
+++ b/configs/midas_defconfig
@@ -604,10 +604,10 @@ CONFIG_OF_CONTROL=y
# CONFIG_OF_BOARD_FIXUP is not set
# CONFIG_SPL_OF_CONTROL is not set
# CONFIG_OF_LIVE is not set
-# CONFIG_OF_SEPARATE is not set
-CONFIG_OF_EMBED=y
+CONFIG_OF_SEPARATE=y
+# CONFIG_OF_EMBED is not set
# CONFIG_OF_BOARD is not set
-CONFIG_OF_LIST="exynos4412-midas exynos4412-i9300"
+CONFIG_OF_LIST="exynos4412-midas exynos4412-i9300 exynos4412-i9305 exynos4412-n7100 exynos4412-n7105"
# CONFIG_DTB_RESELECT is not set
CONFIG_MULTI_DTB_FIT=y
CONFIG_MKIMAGE_DTC_PATH="dtc"