Merge branch 'master' of git://git.denx.de/u-boot
[oweals/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 {
10                 filename = "u-boot-rockchip.bin";
11                 pad-byte = <0xff>;
12
13                 blob {
14                         filename = "idbloader.img";
15                 };
16
17                 u-boot-img {
18                         offset = <CONFIG_SPL_PAD_TO>;
19                 };
20         };
21 };