mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-07 05:34:28 +00:00
22 lines
306 B
Text
22 lines
306 B
Text
|
// SPDX-License-Identifier: GPL-2.0+
|
||
|
/*
|
||
|
* Copyright (C) 2019 Jagan Teki <jagan@amarulasolutions.com>
|
||
|
*/
|
||
|
|
||
|
#include <config.h>
|
||
|
|
||
|
/ {
|
||
|
binman {
|
||
|
filename = "u-boot-rockchip.bin";
|
||
|
pad-byte = <0xff>;
|
||
|
|
||
|
blob {
|
||
|
filename = "idbloader.img";
|
||
|
};
|
||
|
|
||
|
u-boot-img {
|
||
|
offset = <CONFIG_SPL_PAD_TO>;
|
||
|
};
|
||
|
};
|
||
|
};
|