flake: update boot.bif to use elf_use_ph

This commit was merged in pull request #454.
This commit is contained in:
2026-02-13 13:53:16 +08:00
committed by sb10q
parent 15eaa4eb65
commit 8d40210d87
2 changed files with 2 additions and 2 deletions

View File

@@ -78,7 +78,7 @@ echo "the_ROM_image:
{
[bootloader]result/szl.elf
gateware/top.bit
firmware/armv7-none-eabihf/release/<runtime/satman>
[elf_use_ph]firmware/armv7-none-eabihf/release/<runtime/satman>
}
EOF" >> boot.bif
mkbootimage boot.bif boot.bin

View File

@@ -234,7 +234,7 @@
{
[bootloader]szl.elf
top.bit
${fwtype}.elf
[elf_use_ph]${fwtype}.elf
}
EOF
mkdir $out $out/nix-support