Skip to content

Commit

Permalink
WIP - drawlib - bootloader - u5 - fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cepetr committed Apr 8, 2024
1 parent bcb6673 commit f14f690
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/embed/bootloader/memory_stm32u58.ld
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@ SECTIONS {
.buf : ALIGN(4) {
*(.buf*);
. = ALIGN(4);
*(.no_dma_buffers*);
. = ALIGN(4);
} >SRAM1

.stack : ALIGN(8) {
Expand Down
2 changes: 2 additions & 0 deletions core/embed/bootloader/memory_stm32u5a.ld
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@ SECTIONS {
.buf : ALIGN(4) {
*(.buf*);
. = ALIGN(4);
*(.no_dma_buffers*);
. = ALIGN(4);
} >SRAM1

.stack : ALIGN(8) {
Expand Down

0 comments on commit f14f690

Please sign in to comment.