From ecda08189505fe1f08a2f921b477172633238282 Mon Sep 17 00:00:00 2001 From: Brandon Ros Date: Tue, 22 Aug 2023 18:33:02 -0400 Subject: [PATCH] leave memory.x alone --- examples/rp/memory.x | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/examples/rp/memory.x b/examples/rp/memory.x index 4077aab2..7bc60f88 100644 --- a/examples/rp/memory.x +++ b/examples/rp/memory.x @@ -3,13 +3,3 @@ MEMORY { FLASH : ORIGIN = 0x10000100, LENGTH = 2048K - 0x100 RAM : ORIGIN = 0x20000000, LENGTH = 256K } - -EXTERN(BOOT2_FIRMWARE) - -SECTIONS { - /* ### Boot loader */ - .boot2 ORIGIN(BOOT2) : - { - KEEP(*(.boot2)); - } > BOOT2 -} INSERT BEFORE .text;