u-boot/tools/binman/test/082_fdt_update_all.dts
Simon Glass 6ad2452bc6 binman: Add VPL support
Add support for U-Boot's Verifying Program Loader phase.

Signed-off-by: Simon Glass <sjg@chromium.org>
2022-09-12 06:41:14 -06:00

20 lines
224 B
Text

// SPDX-License-Identifier: GPL-2.0+
/dts-v1/;
/ {
#address-cells = <1>;
#size-cells = <1>;
binman {
section {
u-boot-dtb {
};
};
u-boot-spl-dtb {
};
u-boot-tpl-dtb {
};
u-boot-vpl-dtb {
};
};
};