Skip to content

Commit 17ad593

Browse files
FRASTMhenrikbrixandersen
authored andcommitted
test: drivers: memc: ram testing on adi eval board
When running the tests/drivers/memc/ram on the adi_eval_adin1110ebz target, do not involve sram1, sram2 That will avoid warning about orphan section for `DT_N_S_memory_10000000_P_zephyr_memory_region_STRING_TOKEN and DT_N_S_memory_20040000_P_zephyr_memory_region_STRING_TOKEN Signed-off-by: Francois Ramu <francois.ramu@st.com>
1 parent d29fd6f commit 17ad593

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
/*
2+
* Copyright (c) 2025 STMicroelectronics
3+
*
4+
* SPDX-License-Identifier: Apache-2.0
5+
*/
6+
7+
&sram1 {
8+
status = "disabled";
9+
};
10+
11+
&sram2 {
12+
status = "disabled";
13+
};

0 commit comments

Comments
 (0)