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