We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fe0f01 commit c13c61aCopy full SHA for c13c61a
enc_bootloader/memmap_enc_bootloader.ld
@@ -256,5 +256,5 @@ SECTIONS
256
ASSERT( __embedded_block_end - __logical_binary_start <= 4096, "Embedded block must be in first 4096 bytes of the binary")
257
258
/* todo assert on extra code */
259
- /*ASSERT(chaff==0x20081000, "Chaff array must be located at 0x20081000")*/
+ ASSERT(chaff==0x20081000, "Chaff array must be located at 0x20081000")
260
}
0 commit comments