blob: a2559e2db083cf091ec4ec39f4928623cefbce8e [file] [log] [blame]
Jagan Teki79030a42020-01-10 00:16:21 +05301// 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};