Skip to content

Commit c13c61a

Browse files
committed
Uncomment chaff assertion
1 parent 3fe0f01 commit c13c61a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

enc_bootloader/memmap_enc_bootloader.ld

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,5 +256,5 @@ SECTIONS
256256
ASSERT( __embedded_block_end - __logical_binary_start <= 4096, "Embedded block must be in first 4096 bytes of the binary")
257257

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

0 commit comments

Comments
 (0)