commit | bd240d1fe595a700e2135640b94e563dfca61cd7 | [log] [tgz] |
---|---|---|
author | Ning Shang <syncom.dev@gmail.com> | Tue Feb 28 15:53:32 2023 -0800 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Thu Mar 02 09:59:10 2023 +0100 |
tree | 962ea7ae477672908d09ba4a15873a0baa7c533a | |
parent | af78cbdc990b65c41b92386896ad0ca0c76eeec7 [diff] |
ESP32-S2: fix - use correct storage label This is a bugfix. It uses the right storage label `slot0_partition` for esp32s2. Note that this is already the case for esp32 and esp32s3. This should address https://github.com/zephyrproject-rtos/zephyr/issues/55286. Signed-off-by: Ning Shang <syncom.dev@gmail.com>