Skip to content

Commit 6dc9a3b

Browse files
zyczkapi-no
authored andcommitted
samples: coremark: Change _common .overlay to _common.dtsi
Change app_aliases_common.overlay to app_aliases_common.dtsi (as we include the file in DTS overlays). JIRA: NCSDK-34166 Signed-off-by: Jan Zyczkowski <[email protected]>
1 parent f125521 commit 6dc9a3b

File tree

7 files changed

+6
-6
lines changed

7 files changed

+6
-6
lines changed

samples/benchmarks/coremark/app.overlay

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
* SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
55
*/
66

7-
#include "boards/app_aliases_common.overlay"
7+
#include "boards/app_aliases_common.dtsi"

samples/benchmarks/coremark/boards/nrf5340dk_nrf5340_cpuapp.overlay

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
55
*/
66

7-
#include "app_aliases_common.overlay"
7+
#include "app_aliases_common.dtsi"
88

99
/ {
1010
gpio_fwd: nrf-gpio-forwarder {

samples/benchmarks/coremark/boards/nrf54h20dk_nrf54h20_cpuapp.overlay

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
55
*/
66

7-
#include "app_aliases_common.overlay"
7+
#include "app_aliases_common.dtsi"
88

99
/ {
1010
chosen {

samples/benchmarks/coremark/boards/nrf54l15dk_nrf54l15_cpuapp.overlay

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
55
*/
66

7-
#include "app_aliases_common.overlay"
7+
#include "app_aliases_common.dtsi"
88

99
/* The following configuration is required to run the CPUFLPR core.
1010
* It is imported from the nordic-flpr snippet in the sdk-zephyr repository.

samples/benchmarks/coremark/boards/nrf54lm20dk_nrf54lm20a_cpuapp.overlay

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
55
*/
66

7-
#include "app_aliases_common.overlay"
7+
#include "app_aliases_common.dtsi"
88

99
/* The following configuration is required to run the CPUFLPR core.
1010
* It is imported from the nordic-flpr snippet in the sdk-nrf repository.

samples/benchmarks/coremark/boards/nrf54lm20pdk_nrf54lm20a_cpuapp.overlay

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
55
*/
66

7-
#include "app_aliases_common.overlay"
7+
#include "app_aliases_common.dtsi"
88

99
/* The following configuration is required to run the CPUFLPR core.
1010
* It is imported from the nordic-flpr snippet in the sdk-nrf repository.

0 commit comments

Comments
 (0)