projects
/
platform
/
kernel
/
u-boot.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
ARM: dts: synquacer: Add device trees for DeveloperBox
[platform/kernel/u-boot.git]
/
arch
/
arm
/
dts
/
rockchip-u-boot.dtsi
1
// SPDX-License-Identifier: GPL-2.0+
2
/*
3
* Copyright (C) 2019 Jagan Teki <jagan@amarulasolutions.com>
4
*/
5
6
#include <config.h>
7
8
/ {
9
binman: binman {
10
multiple-images;
11
};
12
};
13
14
#ifdef CONFIG_SPL
15
&binman {
16
simple-bin {
17
filename = "u-boot-rockchip.bin";
18
pad-byte = <0xff>;
19
20
blob {
21
filename = "idbloader.img";
22
};
23
24
u-boot-img {
25
offset = <CONFIG_SPL_PAD_TO>;
26
};
27
};
28
};
29
#endif