make sunxi wks config a template

This commit is contained in:
Grzegorz Kowalski 2024-03-11 20:13:44 +01:00
parent feddaaf1cb
commit 1114603c09

View File

@ -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: