mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] RISC-V: dts: fix generation of dtbs-list
@ 2026-02-21 15:04 Maud Spierings via B4 Relay
  2026-02-23  9:12 ` Sascha Hauer
  0 siblings, 1 reply; 2+ messages in thread
From: Maud Spierings via B4 Relay @ 2026-02-21 15:04 UTC (permalink / raw)
  To: Sascha Hauer, BAREBOX; +Cc: Maud Spierings

From: Maud Spierings <maud_spierings@hotmail.com>

For some reason pbl-$(CONFIG) results in dtbs-list being empty. This breaks
the generic fit image generation. Switch to lwl-$(CONFIG) like arm.

Signed-off-by: Maud Spierings <maud_spierings@hotmail.com>
---
 arch/riscv/dts/Makefile | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/arch/riscv/dts/Makefile b/arch/riscv/dts/Makefile
index 841f86064ae1..92cff9b84fa6 100644
--- a/arch/riscv/dts/Makefile
+++ b/arch/riscv/dts/Makefile
@@ -4,11 +4,11 @@
 # created.
 obj- += dummy.o
 
-pbl-$(CONFIG_BOARD_ERIZO_GENERIC) += erizo-generic.dtb.o
-pbl-$(CONFIG_BOARD_HIFIVE) += hifive-unmatched-a00.dtb.o \
+lwl-$(CONFIG_BOARD_ERIZO_GENERIC) += erizo-generic.dtb.o
+lwl-$(CONFIG_BOARD_HIFIVE) += hifive-unmatched-a00.dtb.o \
                               hifive-unleashed-a00.dtb.o
-pbl-$(CONFIG_BOARD_BEAGLEV) += jh7100-beaglev-starlight.dtb.o
-pbl-$(CONFIG_BOARD_LITEX_LINUX) += litex-linux.dtb.o
+lwl-$(CONFIG_BOARD_BEAGLEV) += jh7100-beaglev-starlight.dtb.o
+lwl-$(CONFIG_BOARD_LITEX_LINUX) += litex-linux.dtb.o
 
 clean-files := *.dtb *.dtb.S .*.dtc .*.pre .*.dts *.dtb.z
 clean-files += *.dtbo *.dtbo.S .*.dtso

---
base-commit: 74393178faf08f8102c7c370ac310c29112e1137
change-id: 20260221-riscv_dtbs-eb4f2e3f1abf

Best regards,
-- 
Maud Spierings <maud_spierings@hotmail.com>





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2026-02-23  9:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-02-21 15:04 [PATCH] RISC-V: dts: fix generation of dtbs-list Maud Spierings via B4 Relay
2026-02-23  9:12 ` Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox