mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-06-19 21:39:07 +08:00
feat(esp8266): support link firmware to all regions of 8MB flash
This commit is contained in:
@ -18,7 +18,7 @@ SECURE_BOOT_SIGNING_KEY=$(abspath $(call dequote,$(CONFIG_SECURE_BOOT_SIGNING_KE
|
||||
export SECURE_BOOT_SIGNING_KEY # used by bootloader_support component
|
||||
|
||||
# Has a matching value in bootloader_support esp_flash_partitions.h
|
||||
BOOTLOADER_OFFSET := 0x0000
|
||||
BOOTLOADER_OFFSET := $(CONFIG_BOOTLOADER_STORE_OFFSET)
|
||||
|
||||
# Custom recursive make for bootloader sub-project
|
||||
#
|
||||
|
Reference in New Issue
Block a user