mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-02 09:46:37 +03:00
Merge tag 'v2026.04-rc4' into next
Prepare v2026.04-rc4
This commit is contained in:
@@ -437,6 +437,8 @@ cmd_dtc_diff = \
|
||||
$(DTC) -s -O dts -o $@.full.dts -b 0 \
|
||||
-i $(dir $<) -i $(u_boot_dtsi_loc) $(DTC_FLAGS) $(dtc-tmp) || \
|
||||
(echo "Check $(shell pwd)/$(pre-tmp) for errors" && false); \
|
||||
sed -i '/\<phandle\> = <0x[0-9a-f]\+>;/ d' $@.clean.dts; \
|
||||
sed -i '/\<phandle\> = <0x[0-9a-f]\+>;/ d' $@.full.dts; \
|
||||
(diff -Naru $@.clean.dts $@.full.dts > $@.diff || true)
|
||||
|
||||
dtn-tmp = $(subst $(comma),_,$(dot-target).dtn.tmp)
|
||||
|
||||
Reference in New Issue
Block a user