Gitiles
Code Review
Sign In
gerrit.devboardsforandroid.linaro.org
/
platform
/
external
/
u-boot
/
d4cb4025771e74dbf42c3aa0b6daa734f855928d
/
.
/
tools
/
binman
/
test
/
201_opensbi.dts
blob: 942183f9900bf2178d5ed9d6b22a3db75feabb4b [
file
] [
log
] [
blame
]
Bin Meng
4c4d607
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
};