Browse Source

Add dtb into .data section in linker script (#350)

master
mtravaillard 8 months ago
committed by GitHub
parent
commit
b4abf92e99
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 1
      pk/pk.lds

1
pk/pk.lds

@ -67,6 +67,7 @@ SECTIONS
*(.srodata*) *(.srodata*)
*(.gnu.linkonce.d.*) *(.gnu.linkonce.d.*)
*(.comment) *(.comment)
*(.dtb)
} }
/* End of initialized data segment */ /* End of initialized data segment */

Loading…
Cancel
Save