From 9f46d31f81424eab984e4053f094b745550c6a3f Mon Sep 17 00:00:00 2001 From: Lucas Stach Date: Mon, 24 Nov 2014 12:06:54 +0100 Subject: arm: don't allow to select BUILTIN_DTB when building multiimage 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 Signed-off-by: Sascha Hauer --- arch/arm/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 2a00e5ef38..48b29da727 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" -- cgit v1.2.3