mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-09 20:41:14 +00:00
bootloader: make bootloader offset address in flash configurable
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
set(BOOTLOADER_OFFSET 0x1000)
|
||||
set(BOOTLOADER_OFFSET CONFIG_BOOTLOADER_OFFSET_IN_FLASH)
|
||||
|
||||
# Do not generate flash file when building bootloader
|
||||
if(BOOTLOADER_BUILD OR NOT CONFIG_APP_BUILD_BOOTLOADER)
|
||||
|
Reference in New Issue
Block a user