Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
hw/xtensa/esp32.c: Using the largest flash size by default.
In commit 0152246 4MB (or gd25q32) was being hardcoded, as a result we could not use larger image size (> 4Mb). This PR should fix it, by using the largest available (gd25q64). Fixes: espressif#66 Fixes: espressif#17 Signed-off-by: listout <[email protected]>
- Loading branch information