uboot/u-boot-stm32mp-2020.01/arch/arm/dts/sunxi-u-boot.dtsi

19 lines
239 B
Plaintext
Raw Permalink Normal View History

2024-01-10 06:52:34 +00:00
#include <config.h>
/ {
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>;
};
};
};