Skip to content

Commit

Permalink
nix: Fix loader.img link filename
Browse files Browse the repository at this point in the history
Signed-off-by: Nick Spinale <[email protected]>
  • Loading branch information
nspin committed Jun 24, 2024
1 parent d732058 commit 2aea11a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hacking/nix/scope/microkit/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ let
loader = "${self}/loader.img";
links = [
{ name = "pds"; path = searchPath; }
{ name = "loader.elf"; path = loader; }
{ name = "loader.img"; path = loader; }
{ name = "report.txt"; path = "${self}/report.txt"; }
{ name = "sdk/monitor.elf"; path = "${sdk}/board/${board}/${config}/elf/monitor.elf"; }
{ name = "sdk/loader.elf"; path = "${sdk}/board/${board}/${config}/elf/loader.elf"; }
Expand Down

0 comments on commit 2aea11a

Please sign in to comment.