diff --git a/wic/sunxi.wks b/wic/sunxi-template.wks similarity index 78% rename from wic/sunxi.wks rename to wic/sunxi-template.wks index 33d7c87..af3ea8a 100644 --- a/wic/sunxi.wks +++ b/wic/sunxi-template.wks @@ -6,6 +6,6 @@ # u-boot-sunxi-with-spl.bin. It should be added to machine's # IMAGE_BOOT_FILES for wic to find it. -part u-boot --source rawcopy --sourceparams="file=u-boot-sunxi-with-spl.bin" --ondisk mmcblk0 --offset 8 --no-table +part u-boot --source rawcopy --sourceparams="file=${SPL_BINARY}" --ondisk mmcblk0 --offset 8 --no-table # add your partitions and options below: