mbedtls: updated to use default gdma psram alignment

When accessing the PSRAM, the GDMA buffer alignment should be larger or
equal to the data cache line size
This commit is contained in:
Armando 2023-02-23 15:58:47 +08:00
parent 663e881868
commit 4c0d6b6835

View File

@ -60,7 +60,6 @@ static esp_err_t crypto_shared_gdma_init(void)
gdma_transfer_ability_t transfer_ability = {
.sram_trans_align = 1,
.psram_trans_align = 16,
};