feat(esp8266): Only support 2MB+ spi flash in menuconfig

Default config is 2MB(1024KB + 1024KB)
This commit is contained in:
Wu Jian Gang
2018-06-01 15:11:15 +08:00
parent 7573b0539b
commit 797811a626
2 changed files with 3 additions and 39 deletions

View File

@ -11,13 +11,6 @@ LIBS += airkiss crypto espnow gcc hal core net80211 \
phy pp pwm smartconfig ssc wpa wps
endif
ifeq ($(CONFIG_ESPTOOLPY_APP_NUM),"app1")
BIN_APP_NUM := app1
endif
ifeq ($(CONFIG_ESPTOOLPY_APP_NUM),"app2")
BIN_APP_NUM := app2
endif
#Linker scripts used to link the final application.
#Warning: These linker scripts are only used when the normal app is compiled; the bootloader
#specifies its own scripts.