mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 23:47:24 +00:00
15 lines
204 B
Text
15 lines
204 B
Text
|
#include <config.h>
|
||
|
|
||
|
/ {
|
||
|
binman {
|
||
|
filename = "u-boot-sunxi-with-spl.bin";
|
||
|
pad-byte = <0xff>;
|
||
|
blob {
|
||
|
filename = "spl/sunxi-spl.bin";
|
||
|
};
|
||
|
u-boot-img {
|
||
|
pos = <CONFIG_SPL_PAD_TO>;
|
||
|
};
|
||
|
};
|
||
|
};
|