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
@ -65,12 +65,7 @@ ESPTOOL_BINDIR ?= .
|
|||||||
|
|
||||||
# Configure the variables according to build environment
|
# Configure the variables according to build environment
|
||||||
|
|
||||||
ifeq ($(CONFIG_ESP32_BOOTLOADER_BUILD),y)
|
ifeq ($(CONFIG_ESP32_APP_FORMAT_LEGACY),y)
|
||||||
BL_OFFSET := 0x1000
|
|
||||||
BOOTLOADER := nuttx.bin
|
|
||||||
FLASH_BL := $(BL_OFFSET) $(BOOTLOADER)
|
|
||||||
ESPTOOL_BINS := $(FLASH_BL)
|
|
||||||
else ifeq ($(CONFIG_ESP32_APP_FORMAT_LEGACY),y)
|
|
||||||
BL_OFFSET := 0x1000
|
BL_OFFSET := 0x1000
|
||||||
PT_OFFSET := 0x8000
|
PT_OFFSET := 0x8000
|
||||||
APP_OFFSET := 0x10000
|
APP_OFFSET := 0x10000
|
||||||
|
Loading…
Reference in New Issue
Block a user