It doesn't make sense to allow building in a single DTB into a multiimage barebox, so we can spare the user this option.
Signed-off-by: Lucas Stach <[email protected]> --- arch/arm/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 2a00e5ef38ac..48b29da7276b 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -22,6 +22,7 @@ menu "System Type" config BUILTIN_DTB bool "link a DTB into the barebox image" depends on OFTREE + depends on !HAVE_PBL_MULTI_IMAGES config BUILTIN_DTB_NAME string "DTB to build into the barebox image" -- 2.1.1 _______________________________________________ barebox mailing list [email protected] http://lists.infradead.org/mailman/listinfo/barebox
