Skip to content

Commit

Permalink
explicitly disable build-id for rp2xxx bootrom (#350)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan200101 authored Jan 17, 2025
1 parent d6ba2eb commit 33e66ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions port/raspberrypi/rp2xxx/build.zig
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,7 @@ fn get_bootrom(b: *std.Build, chip: microzig.Chip, rom: BootROM) std.Build.LazyP
});

//rom_exe.linkage = .static;
rom_exe.build_id = .none;
rom_exe.setLinkerScript(b.path(b.fmt("src/bootroms/{s}/shared/stage2.ld", .{chip.name})));
rom_exe.addAssemblyFile(b.path(b.fmt("src/bootroms/{s}/{s}.S", .{ chip.name, @tagName(rom) })));
rom_exe.entry = .{ .symbol_name = "_stage2_boot" };
Expand Down

0 comments on commit 33e66ef

Please sign in to comment.