xtensa/esp32: Refactor and reorganize Partition Table related configs

Signed-off-by: Gustavo Henrique Nihei <gustavo.nihei@espressif.com>
This commit is contained in:
Gustavo Henrique Nihei
2021-10-08 13:42:23 -03:00
committed by Alan Carvalho de Assis
parent 793266d39e
commit b555b3f89e
7 changed files with 30 additions and 34 deletions
@@ -151,7 +151,7 @@ int esp32_bringup(void)
}
#endif
#ifdef CONFIG_ESP32_PARTITION
#ifdef CONFIG_ESP32_PARTITION_TABLE
ret = esp32_partition_init();
if (ret < 0)
{