Skip to content

Commit ca6e918

Browse files
committed
[rom] Reclaim 662 bytes of unused space
We have been padding the `.crt` section out to consume the whole of `epmp_reset_rx_size` (the size of the initial EPMP executable region coming out of reset). Reclaim this unused space for ROM code. Signed-off-by: Chris Frantz <[email protected]>
1 parent 7803122 commit ca6e918

File tree

1 file changed

+0
-1
lines changed
  • sw/device/silicon_creator/rom

1 file changed

+0
-1
lines changed

sw/device/silicon_creator/rom/rom.ld

-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@ SECTIONS {
9090
ASSERT(
9191
SIZEOF(.vectors) + SIZEOF(.crt) <= _epmp_reset_rx_size,
9292
"Error: .crt overflows reset ePMP region");
93-
. = MAX(., _epmp_reset_rx_size - SIZEOF(.vectors));
9493
} > rom
9594

9695
/**

0 commit comments

Comments
 (0)