Skip to content

Commit 2a4f374

Browse files
fabiobaltierikartben
authored andcommitted
tests: posix: override qemu_x86_tiny by label
This changes the board override to track the nodelabel rather than the absolute node path, which happened to have changed in 0edc89c breaking the test. Verified with: west build -p -b qemu_x86_tiny/atom tests/posix/common -T \ portability.posix.common.userspace Signed-off-by: Fabio Baltieri <[email protected]>
1 parent 93f13be commit 2a4f374

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

tests/posix/common/boards/qemu_x86_tiny.overlay

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

7-
/ {
8-
dram0: memory@0 {
9-
reg = <0x100000 0x80000>;
10-
};
7+
&dram0 {
8+
reg = <0x100000 0x80000>;
119
};

0 commit comments

Comments
 (0)