mirror of
				https://github.com/espressif/esp-idf.git
				synced 2025-11-04 00:51:42 +01:00 
			
		
		
		
	esp32s2beta: only support unicore
This commit is contained in:
		@@ -613,7 +613,9 @@ static void load_image(const esp_image_metadata_t *image_data)
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
    ESP_LOGI(TAG, "Disabling RNG early entropy source...");
 | 
			
		||||
#if !CONFIG_IDF_ENV_FPGA
 | 
			
		||||
    bootloader_random_disable();
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
    // copy loaded segments to RAM, set up caches for mapped segments, and start application
 | 
			
		||||
    unpack_load_app(image_data);
 | 
			
		||||
 
 | 
			
		||||
@@ -22,12 +22,10 @@
 | 
			
		||||
#elif CONFIG_IDF_TARGET_ESP32S2BETA
 | 
			
		||||
#include "esp32s2beta/rom/spi_flash.h"
 | 
			
		||||
#include "esp32s2beta/rom/efuse.h"
 | 
			
		||||
#include "soc/spi_mem_struct.h"
 | 
			
		||||
#endif
 | 
			
		||||
#include "soc/spi_struct.h"
 | 
			
		||||
#include "soc/spi_reg.h"
 | 
			
		||||
#if CONFIG_IDF_TARGET_ESP32S2BETA
 | 
			
		||||
#include "soc/spi_mem_struct.h"
 | 
			
		||||
#endif
 | 
			
		||||
#include "soc/efuse_periph.h"
 | 
			
		||||
#include "soc/io_mux_reg.h"
 | 
			
		||||
#include "sdkconfig.h"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user