ld: fix ld for bootloader

This commit is contained in:
Wu Jian Gang 2016-08-22 12:02:20 +08:00
parent ef36779bd3
commit c72248193b
2 changed files with 1 additions and 1 deletions

View file

@ -7,7 +7,7 @@
# please read the esp-idf build system document if you need to do this.
#
COMPONENT_ADD_LDFLAGS := -L $(abspath .) -lmain -T eagle.bootloader.ld -T $(IDF_PATH)/components/esp32/ld/eagle.fpga32.rom.addr.v7.ld
COMPONENT_ADD_LDFLAGS := -L $(abspath .) -lmain -T esp32.bootloader.ld -T $(IDF_PATH)/components/esp32/ld/esp32.rom.ld
COMPONENT_EXTRA_INCLUDES := $(IDF_PATH)/components/esp32/include
include $(IDF_PATH)/make/component.mk