[PATCH 10/10] Makefile: Use the fdtgrep -u flag
Simon Glass
sjg at chromium.org
Sun Dec 17 17:36:23 CET 2023
Use this flag so that the bootph binding is obeyed correctly.
Signed-off-by: Simon Glass <sjg at chromium.org>
Fixes: https://source.denx.de/u-boot/custodians/u-boot-dm/-/issues/12
---
scripts/Makefile.lib | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scripts/Makefile.lib b/scripts/Makefile.lib
index 8dc6ec82cd56..21b1f7daa72c 100644
--- a/scripts/Makefile.lib
+++ b/scripts/Makefile.lib
@@ -631,7 +631,7 @@ fdtgrep_props := -b bootph-all -b bootph-pre-ram $(migrate_spl)
endif
endif
quiet_cmd_fdtgrep = FDTGREP $@
- cmd_fdtgrep = $(objtree)/tools/fdtgrep $(fdtgrep_props) -RT $< \
+ cmd_fdtgrep = $(objtree)/tools/fdtgrep $(fdtgrep_props) -u -RT $< \
-n /chosen -n /config -O dtb | \
$(objtree)/tools/fdtgrep -r -O dtb - -o $@ \
-P bootph-all -P bootph-pre-ram -P bootph-pre-sram \
--
2.43.0.472.g3155946c3a-goog
More information about the U-Boot
mailing list