summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorAhmad Fatoum <a.fatoum@pengutronix.de>2021-03-22 14:39:00 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2021-03-23 12:16:25 +0100
commit5ef1dfb28ad9b95f5366b4c8cc4bfc20cd789e94 (patch)
tree3a69349c4282792458dfa867e9f78febbc72333a /arch
parent24b658c83eb86e269e682b8019691ba3c166e09d (diff)
downloadbarebox-5ef1dfb28ad9b95f5366b4c8cc4bfc20cd789e94.tar.gz
barebox-5ef1dfb28ad9b95f5366b4c8cc4bfc20cd789e94.tar.xz
images: make BOARD_ARM_GENERIC_DT available for other arches
Other architectures would benefit from the generic DT image too. Add a new arch-agnostic symbol that arches besides ARM can select. The new symbol itself should not have a prompt as the help text for each architecture likely differs (e.g. device tree handoff register). Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index d2e3661892..f929e8ba2d 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -312,7 +312,7 @@ config BOARD_ARM_VIRT
select OF_OVERLAY
config BOARD_ARM_GENERIC_DT
- select LIBFDT
+ select BOARD_GENERIC_DT
select ARM_AMBA
depends on HAVE_PBL_MULTI_IMAGES
depends on OFDEVICE