summaryrefslogtreecommitdiffstats
path: root/arch/arm/dts/rockchip-u-boot.dtsi
blob: eae3ee715da68d758953867959483683a8336ee5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
// SPDX-License-Identifier: GPL-2.0+
/*
 * Copyright (C) 2019 Jagan Teki <jagan@amarulasolutions.com>
 */

#include <config.h>

/ {
	binman: binman {
		multiple-images;
	};
};

#ifdef CONFIG_SPL
&binman {
	simple-bin {
		filename = "u-boot-rockchip.bin";
		pad-byte = <0xff>;

		blob {
			filename = "idbloader.img";
		};

		u-boot-img {
			offset = <CONFIG_SPL_PAD_TO>;
		};
	};
};
#endif