forked from espressif/esp-idf
Merge branch 'bugfix/l2mem_buffer' into 'master'
fix(esp_system): removed L2MEM buffer enable for P4 Closes IDFCI-2755 See merge request espressif/esp-idf!37640
This commit is contained in:
@@ -404,11 +404,6 @@ void IRAM_ATTR call_start_cpu0(void)
|
|||||||
);
|
);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if CONFIG_IDF_TARGET_ESP32P4
|
|
||||||
// enable the buffer mode before any AHB burst happens, that's why we do it here
|
|
||||||
l2mem_ll_enable_ahb_burst_buffer(true, true);
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#if SOC_BRANCH_PREDICTOR_SUPPORTED
|
#if SOC_BRANCH_PREDICTOR_SUPPORTED
|
||||||
esp_cpu_branch_prediction_enable();
|
esp_cpu_branch_prediction_enable();
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user