Skip to content

Commit 141b88e

Browse files
khoatranyjjhedberg
authored andcommitted
tests: subsys: fs: Update test configuration for Renesas RA
Remove redundant "partition" and "slot1_partition" nodes that are not needed and conflict with the MRAM device node labeled "mram" on Renesas RA boards. These conflicts caused build errors. For the affected board overlays, the SDHC and SDMMC nodes are now enabled at the board or shield layer, so they no longer need to be defined in the test configuration. Signed-off-by: Khoa Tran <[email protected]>
1 parent 5aa87d4 commit 141b88e

File tree

7 files changed

+23
-89
lines changed

7 files changed

+23
-89
lines changed

tests/subsys/fs/ext2/boards/ek_ra8d1.overlay

Lines changed: 0 additions & 17 deletions
This file was deleted.

tests/subsys/fs/ext2/boards/ek_ra8d2_r7ka8d2kflcac_cm85.overlay

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,5 @@
3434
compatible = "zephyr,sdmmc-disk";
3535
disk-name = "SD";
3636
status = "okay";
37-
38-
partition {
39-
compatible = "fixed-partitions";
40-
#address-cells = <1>;
41-
#size_cells = <1>;
42-
43-
slot1_partition: partition@0 {
44-
reg = <0x00000000 0x800000>;
45-
};
46-
};
4737
};
4838
};

tests/subsys/fs/ext2/boards/ek_ra8m1.overlay

Lines changed: 0 additions & 17 deletions
This file was deleted.

tests/subsys/fs/ext2/boards/ek_ra8m2_r7ka8m2jflcac_cm85.overlay

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,5 @@
3434
compatible = "zephyr,sdmmc-disk";
3535
disk-name = "SD";
3636
status = "okay";
37-
38-
partition {
39-
compatible = "fixed-partitions";
40-
#address-cells = <1>;
41-
#size_cells = <1>;
42-
43-
slot1_partition: partition@0 {
44-
reg = <0x00000000 0x800000>;
45-
};
46-
};
4737
};
4838
};

tests/subsys/fs/ext2/boards/mck_ra8t1.overlay

Lines changed: 0 additions & 17 deletions
This file was deleted.

tests/subsys/fs/ext2/boards/mck_ra8t2_r7ka8t2lfecac_cm85.overlay

Lines changed: 0 additions & 17 deletions
This file was deleted.

tests/subsys/fs/ext2/testcase.yaml

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,29 @@ tests:
2828
- hifive_unmatched/fu740/s7
2929
- hifive_unmatched/fu740/u74
3030
- bl5340_dvk/nrf5340/cpuapp
31-
extra_args: CONF_FILE=prj_sdcard.conf
31+
- mck_ra8t1
32+
- ek_ra8m1
33+
- ek_ra8d1
34+
- ek_ra8p1/r7ka8p1kflcac/cm85
35+
- mck_ra8t2/r7ka8t2lfecac/cm85
36+
- ek_ra8p1/r7ka8p1kflcac/cm33
37+
- ek_ra8d2/r7ka8d2kflcac/cm85
38+
- ek_ra8m2/r7ka8m2jflcac/cm85
39+
extra_args:
40+
- CONF_FILE=prj_sdcard.conf
41+
- platform:ek_ra8m1/r7fa8m1ahecbd:SHIELD=pmod_sd
42+
- platform:ek_ra8d1/r7fa8d1bhecbd:SHIELD=pmod_sd
43+
- platform:ek_ra8p1/r7ka8p1kflcac/cm85:SHIELD=pmod_sd
44+
- platform:ek_ra8p1/r7ka8p1kflcac/cm33:SHIELD=pmod_sd
45+
extra_configs:
46+
- platform:ek_ra8m1/r7fa8m1ahecbd:CONFIG_EXT2_DISK_STARTING_SECTOR=0
47+
- platform:ek_ra8d1/r7fa8d1bhecbd:CONFIG_EXT2_DISK_STARTING_SECTOR=0
48+
- platform:ek_ra8p1/r7ka8p1kflcac/cm85:CONFIG_EXT2_DISK_STARTING_SECTOR=0
49+
- platform:ek_ra8p1/r7ka8p1kflcac/cm33:CONFIG_EXT2_DISK_STARTING_SECTOR=0
50+
- platform:ek_ra8d2/r7ka8d2kflcac/cm85:CONFIG_EXT2_DISK_STARTING_SECTOR=0
51+
- platform:ek_ra8m2/r7ka8m2jflcac/cm85:CONFIG_EXT2_DISK_STARTING_SECTOR=0
52+
- platform:mck_ra8t1/r7fa8t1ahecbd:CONFIG_EXT2_DISK_STARTING_SECTOR=0
53+
- platform:mck_ra8t2/r7ka8t2lfecac/cm85:CONFIG_EXT2_DISK_STARTING_SECTOR=0
3254

3355
filesystem.ext2.flash:
3456
platform_allow:

0 commit comments

Comments
 (0)