blob: ee14c3c7b72eb475bf1074e7c2c0e3b88a1b5445 [file]
/* Use XIP_CACHE as RAM, but still put stack in scratch x/y */
RAM_ORIGIN = XIP_RAM_ORIGIN_DEFAULT;
RAM_LENGTH = XIP_RAM_LENGTH_DEFAULT;
/* Other than that, normal no_flash binary */
INCLUDE "memmap_no_flash.incl"
/* Provide symbols for picotool */
__enc_bootloader_start = ORIGIN(RAM);
__enc_bootloader_end = ORIGIN(RAM) + LENGTH(RAM);