Skip to content

Commit

Permalink
Bump code size to accommodate TFLM updates.
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Callahan <tcal@google.com>
  • Loading branch information
tcal-x authored and cfu-playground-bot committed Aug 30, 2022
1 parent fa9a5b3 commit 20edfb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/_hps/hps/ld/linker.ld
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ SECTIONS
/*
* Align models and large chunks of data into a constant position
*/
. = _ftext + 0x81800;
. = _ftext + 0x84000;
_frodata = .;
src/models/*/*(SORT(.rodata.*))
src/conv2d_??.o(SORT(.rodata.*)) /* specific to hps_accel */
Expand Down

0 comments on commit 20edfb7

Please sign in to comment.