Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
9203c16dba052f0a4470e788a03bf9fd63541961
/
.
/
tools
/
binman
/
test
/
201_opensbi.dts
blob: 942183f9900bf2178d5ed9d6b22a3db75feabb4b [
file
] [
log
] [
blame
]
Bin Meng
c0b1574
2021-05-10 20:23:33 +0800
[
diff
] [
blame
]
1
// SPDX-License-Identifier: GPL-2.0+
2
3
/
dts
-
v1
/;
4
5
/
{
6
#address-cells = <1>;
7
#size-cells = <1>;
8
9
binman
{
10
opensbi
{
11
filename
=
"fw_dynamic.bin"
;
12
};
13
};
14
};