mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 07:34:31 +00:00
23 lines
315 B
Text
23 lines
315 B
Text
|
// SPDX-License-Identifier: GPL-2.0+
|
||
|
|
||
|
/dts-v1/;
|
||
|
|
||
|
/ {
|
||
|
#address-cells = <1>;
|
||
|
#size-cells = <1>;
|
||
|
|
||
|
binman {
|
||
|
u-boot {
|
||
|
};
|
||
|
tee-os {
|
||
|
/*
|
||
|
* this results in nothing being added since only the
|
||
|
* .bin format is supported by this etype, unless it is
|
||
|
* part of a FIT
|
||
|
*/
|
||
|
};
|
||
|
u-boot-img {
|
||
|
};
|
||
|
};
|
||
|
};
|