diff --git a/bootloaders/eboot/eboot.c b/bootloaders/eboot/eboot.c index 39b14307a..edbd92aa5 100644 --- a/bootloaders/eboot/eboot.c +++ b/bootloaders/eboot/eboot.c @@ -190,7 +190,7 @@ int copy_raw(const uint32_t src_addr, return 0; } -#define XMC_SUPPORT +//#define XMC_SUPPORT #ifdef XMC_SUPPORT // Define a few SPI0 registers we need access to #define ESP8266_REG(addr) *((volatile uint32_t *)(0x60000000+(addr))) diff --git a/bootloaders/eboot/eboot.elf b/bootloaders/eboot/eboot.elf index bbd4452c0..f9a641c2f 100755 Binary files a/bootloaders/eboot/eboot.elf and b/bootloaders/eboot/eboot.elf differ