]> git.ipfire.org Git - people/ms/u-boot.git/blob - arch/arm/dts/sunxi-u-boot.dtsi
Merge git://git.denx.de/u-boot-i2c
[people/ms/u-boot.git] / arch / arm / dts / sunxi-u-boot.dtsi
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 pos = <CONFIG_SPL_PAD_TO>;
12 };
13 };
14 };