tools/esp32/Config.mk: Remove an unused option.
Signed-off-by: Abdelatif Guettouche <abdelatif.guettouche@espressif.com>
This commit is contained in:
parent
162893cc3b
commit
11fe075e5e
1 changed files with 1 additions and 6 deletions
|
|
@ -65,12 +65,7 @@ ESPTOOL_BINDIR ?= .
|
|||
|
||||
# Configure the variables according to build environment
|
||||
|
||||
ifeq ($(CONFIG_ESP32_BOOTLOADER_BUILD),y)
|
||||
BL_OFFSET := 0x1000
|
||||
BOOTLOADER := nuttx.bin
|
||||
FLASH_BL := $(BL_OFFSET) $(BOOTLOADER)
|
||||
ESPTOOL_BINS := $(FLASH_BL)
|
||||
else ifeq ($(CONFIG_ESP32_APP_FORMAT_LEGACY),y)
|
||||
ifeq ($(CONFIG_ESP32_APP_FORMAT_LEGACY),y)
|
||||
BL_OFFSET := 0x1000
|
||||
PT_OFFSET := 0x8000
|
||||
APP_OFFSET := 0x10000
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue