[PATCH 1/9] microblaze: dts: Use the normal build rule

Simon Glass sjg at chromium.org
Wed Dec 27 09:23:57 CET 2023


Build devicetree files using the normal SoC-generic rule. For
microblaze there is actually only one SoC and one board.

Signed-off-by: Simon Glass <sjg at chromium.org>
---

 arch/microblaze/dts/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/microblaze/dts/Makefile b/arch/microblaze/dts/Makefile
index 427a8f9aaca..adc76ddf21f 100644
--- a/arch/microblaze/dts/Makefile
+++ b/arch/microblaze/dts/Makefile
@@ -1,6 +1,6 @@
 # SPDX-License-Identifier: GPL-2.0+
 
-dtb-y += $(shell echo $(CONFIG_DEFAULT_DEVICE_TREE)).dtb
+dtb-$(CONFIG_MICROBLAZE) += microblaze-generic.dtb
 
 include $(srctree)/scripts/Makefile.dts
 
-- 
2.34.1



More information about the U-Boot mailing list