From 11fe075e5eb0de51a6db3f196f8f4f103886bc91 Mon Sep 17 00:00:00 2001 From: Abdelatif Guettouche Date: Fri, 13 Aug 2021 21:56:53 +0200 Subject: [PATCH] tools/esp32/Config.mk: Remove an unused option. Signed-off-by: Abdelatif Guettouche --- tools/esp32/Config.mk | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/tools/esp32/Config.mk b/tools/esp32/Config.mk index 5e7c041933..1577d384f5 100644 --- a/tools/esp32/Config.mk +++ b/tools/esp32/Config.mk @@ -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