mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-06-28 17:42:07 +00:00
sunxi: Use binman for sunxi boards
Move sunxi boards to use binman. This involves adding the image definition to the device tree and using it in the Makefile. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
parent
48549cdf0b
commit
61b994a386
3 changed files with 18 additions and 6 deletions
|
@ -310,8 +310,8 @@ quiet_cmd_dtc = DTC $@
|
|||
# Modified for U-Boot
|
||||
# Bring in any U-Boot-specific include after the '/dts-v1/;' header
|
||||
cmd_dtc = mkdir -p $(dir ${dtc-tmp}) ; \
|
||||
cat $< $(if $(u-boot-dtsi),\
|
||||
| sed 's%^/ {$$%\#include \"$(u-boot-dtsi)\"\n&%') | \
|
||||
cat $< $(if $(u_boot_dtsi),\
|
||||
| sed 's%^/ {$$%\#include \"$(u_boot_dtsi)\"\n&%') | \
|
||||
$(CPP) $(dtc_cpp_flags) -x assembler-with-cpp -o $(dtc-tmp) - ; \
|
||||
$(DTC) -O dtb -o $@ -b 0 \
|
||||
-i $(dir $<) $(DTC_FLAGS) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue