Skip to content

Commit 84ea7a3

Browse files
VynDragonnashif
authored andcommitted
boards: ai_m61_32s_kit: fix wrong values and supported test
Input the wrong number in flash size, also should not run display tests Signed-off-by: Camille BAUD <mail@massdriver.space>
1 parent 5d52e10 commit 84ea7a3

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

boards/aithinker/ai_m61_32s_kit/ai_m61_32s.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848

4949
storage_partition: partition@100000 {
5050
label = "storage";
51-
reg = <0x00100000 (0x800000 - 0x2000)>;
51+
reg = <0x00100000 (0x700000 - 0x2000)>;
5252
};
5353
};
5454
};

boards/aithinker/ai_m61_32s_kit/ai_m61_32s_kit.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ supported:
1919
- uart
2020
- dma
2121
- i2c
22-
- display
2322
- spi
2423
- flash
2524
vendor: bflb

0 commit comments

Comments
 (0)