Searched refs:legacy_chip (Results 1 – 1 of 1) sorted by relevance
348 const esp_rom_spiflash_chip_t *legacy_chip = &g_rom_flashchip; in esp_flash_init_default_chip() local395 if (default_chip.size < legacy_chip->chip_size) { in esp_flash_init_default_chip()396 … the binary image header(%dk). Probe failed.", default_chip.size/1024, legacy_chip->chip_size/1024… in esp_flash_init_default_chip()400 if (default_chip.size > legacy_chip->chip_size) { in esp_flash_init_default_chip()401 …. Using the size in the binary image header.", default_chip.size/1024, legacy_chip->chip_size/1024… in esp_flash_init_default_chip()404 default_chip.size = legacy_chip->chip_size; in esp_flash_init_default_chip()