From 41f087b7183a5730e46b7eaa322b6852d602babf Mon Sep 17 00:00:00 2001 From: tao_z <tzj0429@163.com> Date: Tue, 31 May 2022 01:04:15 +0800 Subject: [PATCH] 调试更新,非完全体 --- xl6600_flash.ld | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/xl6600_flash.ld b/xl6600_flash.ld index 5f92114..3e75d5f 100644 --- a/xl6600_flash.ld +++ b/xl6600_flash.ld @@ -57,14 +57,14 @@ SECTIONS { /* no init ram data */ - .RAMNoInitSector : + .RAMNoInitSector (NOLOAD): { . = ALIGN(8); - KEEP(*(.noinit_bootReqFlag_ram)) /* Startup code */ + KEEP(*(.noinit_bootReqFlag)) /* Startup code */ . = ALIGN(8); } >BOOTFLAG - .flashdriver_ram : {KEEP(*(.flashdriver_ram))} > FALSH_DRIVER_RAM + .flashdriver_ram (NOLOAD) : {KEEP(*(.flashdriver_ram))} > FALSH_DRIVER_RAM /* file define */ -- Gitblit v1.8.0