Skip to content

Commit

Permalink
Uncomment chaff assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
will-v-pi committed Feb 10, 2025
1 parent 3fe0f01 commit c13c61a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion enc_bootloader/memmap_enc_bootloader.ld
Original file line number Diff line number Diff line change
Expand Up @@ -256,5 +256,5 @@ SECTIONS
ASSERT( __embedded_block_end - __logical_binary_start <= 4096, "Embedded block must be in first 4096 bytes of the binary")

/* todo assert on extra code */
/*ASSERT(chaff==0x20081000, "Chaff array must be located at 0x20081000")*/
ASSERT(chaff==0x20081000, "Chaff array must be located at 0x20081000")
}

0 comments on commit c13c61a

Please sign in to comment.