linuxOS_D21X/source/uboot-2021.10/tools/binman/test/197_symbols_expand.dts
2024-11-29 16:13:46 +08:00

24 lines
254 B
Plaintext

// SPDX-License-Identifier: GPL-2.0+
/dts-v1/;
/ {
#address-cells = <1>;
#size-cells = <1>;
binman {
pad-byte = <0xff>;
u-boot-spl {
};
u-boot {
offset = <0x38>;
no-expanded;
};
u-boot-spl2 {
type = "u-boot-spl";
};
};
};