u-boot-brain/arch/arm/dts/sunxi-u-boot.dtsi

19 lines
239 B
Plaintext
Raw Normal View History

#include <config.h>
/ {
2019-01-21 19:31:15 +09:00
aliases {
mmc1 = &mmc2;
};
binman {
filename = "u-boot-sunxi-with-spl.bin";
pad-byte = <0xff>;
blob {
filename = "spl/sunxi-spl.bin";
};
u-boot-img {
offset = <CONFIG_SPL_PAD_TO>;
};
};
};