From 1114603c0975a4d74358c0116750fd8692c24754 Mon Sep 17 00:00:00 2001 From: Grzegorz Kowalski Date: Mon, 11 Mar 2024 20:13:44 +0100 Subject: [PATCH] make sunxi wks config a template --- wic/{sunxi.wks => sunxi-template.wks} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename wic/{sunxi.wks => sunxi-template.wks} (78%) 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: