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