1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-09-07 03:32:20 +02:00
Files
u-boot-megous/tools/binman/test/255_u_boot_vpl.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

12 lines
113 B
Plaintext

// SPDX-License-Identifier: GPL-2.0+
/dts-v1/;
/ {
binman {
u-boot-vpl {
};
u-boot-vpl-dtb {
};
};
};