xref: /openbmc/u-boot/arch/arm/dts/sunxi-u-boot.dtsi (revision df11b0c4d4e3ca3821cf4cc6b13fb9fee1d5f891)
1#include <config.h>
2
3/ {
4	binman {
5		filename = "u-boot-sunxi-with-spl.bin";
6		pad-byte = <0xff>;
7		blob {
8			filename = "spl/sunxi-spl.bin";
9		};
10		u-boot-img {
11			offset = <CONFIG_SPL_PAD_TO>;
12		};
13	};
14};
15