boards: esp32s3_touch_lcd_1_28: Fix default flash partition
The default partition file included in the board definition is for 4MB flash. However, this board has 16MB flash. Signed-off-by: Rahul Arasikere <arasikere.rahul@gmail.com>
This commit is contained in:
parent
0bc123da11
commit
dd0a5a76bc
2 changed files with 2 additions and 2 deletions
|
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
/dts-v1/;
|
/dts-v1/;
|
||||||
#include <espressif/esp32s3/esp32s3_r2.dtsi>
|
#include <espressif/esp32s3/esp32s3_r2.dtsi>
|
||||||
#include <espressif/partitions_0x0_amp.dtsi>
|
#include <espressif/partitions_0x0_amp_16M.dtsi>
|
||||||
|
|
||||||
/ {
|
/ {
|
||||||
model = "ESP32-S3-Touch-LCD-1.28 APPCPU";
|
model = "ESP32-S3-Touch-LCD-1.28 APPCPU";
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,7 @@
|
||||||
#include <zephyr/dt-bindings/display/panel.h>
|
#include <zephyr/dt-bindings/display/panel.h>
|
||||||
#include <zephyr/dt-bindings/input/input-event-codes.h>
|
#include <zephyr/dt-bindings/input/input-event-codes.h>
|
||||||
#include <zephyr/dt-bindings/pwm/pwm.h>
|
#include <zephyr/dt-bindings/pwm/pwm.h>
|
||||||
#include <espressif/partitions_0x0_amp.dtsi>
|
#include <espressif/partitions_0x0_amp_16M.dtsi>
|
||||||
|
|
||||||
/ {
|
/ {
|
||||||
model = "ESP32-S3-Touch-LCD-1.28 PROCPU";
|
model = "ESP32-S3-Touch-LCD-1.28 PROCPU";
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue