From a59eb2d60753e2acaa2404064e16d689dd69a954 Mon Sep 17 00:00:00 2001 From: wuzhenghui Date: Mon, 28 Jun 2021 10:51:06 +0800 Subject: [PATCH] update c3 bootloader ld addr info --- .../bootloader/subproject/main/ld/esp32c3/bootloader.ld | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/components/bootloader/subproject/main/ld/esp32c3/bootloader.ld b/components/bootloader/subproject/main/ld/esp32c3/bootloader.ld index e7fdda9384..4da19b44de 100644 --- a/components/bootloader/subproject/main/ld/esp32c3/bootloader.ld +++ b/components/bootloader/subproject/main/ld/esp32c3/bootloader.ld @@ -176,17 +176,17 @@ SECTIONS /** * Appendix: Memory Usage of ROM bootloader * - * +--------+--------------+------+ 0x3FCC_B000 + * +--------+--------------+------+ 0x3FCC_AE00 * | ^ | * | | | * | | data/bss | * | | | * | v | - * +------------------------------+ 0x3FCD_C910 + * +------------------------------+ 0x3FCD_C710 * | ^ | * | | | * | | stack | * | | | * | v | - * +------------------------------+ 0x3FCD_E910 + * +------------------------------+ 0x3FCD_E710 */