mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-04 18:53:42 +00:00

Add support for U-Boot's Verifying Program Loader phase. Signed-off-by: Simon Glass <sjg@chromium.org>
13 lines
140 B
Text
13 lines
140 B
Text
// SPDX-License-Identifier: GPL-2.0+
|
|
|
|
/dts-v1/;
|
|
|
|
/ {
|
|
#address-cells = <1>;
|
|
#size-cells = <1>;
|
|
|
|
binman {
|
|
u-boot-vpl-nodtb {
|
|
};
|
|
};
|
|
};
|