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

31 lines
297 B
Plaintext

// SPDX-License-Identifier: GPL-2.0+
/dts-v1/;
/ {
#address-cells = <1>;
#size-cells = <1>;
binman {
align-default = <8>;
u-boot {
};
u-boot-align {
type = "u-boot";
};
section {
align = <32>;
u-boot {
};
u-boot-nodtb {
};
};
u-boot-nodtb {
};
};
};