Skip to content

Commit 1005dba

Browse files
JarmouniAkartben
authored andcommitted
tests: drivers: flash: fix build error
delete already defined storage_partition node in board DTS, in order to be able to build test with included overlay Signed-off-by: Abderrahmane JARMOUNI <[email protected]>
1 parent ea42b70 commit 1005dba

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/drivers/flash/stm32/boards/stm32h750b_dk.overlay

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
* SPDX-License-Identifier: Apache-2.0
55
*/
66

7+
/delete-node/ &storage_partition;
8+
79
&flash0 {
810
partitions {
911
compatible = "fixed-partitions";

0 commit comments

Comments
 (0)