Gitiles
Code Review
Sign In
gerrit.cesnet.cz
/
github
/
trini
/
u-boot
/
cfb5dd358531a19c6aef5531f183b625fbf7d16f
/
.
/
tools
/
binman
/
test
/
200_align_default.dts
blob: 1b155770d4cf7d47e8b30f1ff0d31a5240a2cabd [
file
] [
log
] [
blame
]
// 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
{
};
};
};