Sign in
qemu
/
u-boot
/
88b2eb0c393c3b83926bdce0ff1ee893445064e6
/
.
/
tools
/
binman
/
test
/
106_cbfs_bad_arch.dts
blob: 4318d45a7d405ae7d21fdb5d6ee5736296e67c7c [
file
] [
log
] [
blame
]
// SPDX-License-Identifier: GPL-2.0+
/
dts
-
v1
/;
/
{
#address-cells = <1>;
#size-cells = <1>;
binman
{
cbfs
{
size
=
<
0x100
>;
cbfs
-
arch
=
"bad-arch"
;
};
};
};