From 08bfd8d6876cc698962a308d44728e9ceba1161c Mon Sep 17 00:00:00 2001 From: Bjarki Arge Andreasen Date: Mon, 14 Jul 2025 16:26:56 +0200 Subject: [PATCH] [nrf noup] zephyr: boards: align nrf54h20 with iron The nrf54h20 iron variant was removed, as nrf54h20 is now iron by default. The overlay for it was not updated though, so that is done with this commit. This commit shall be removed once upstream and downstream are aligned on not using the iron variant of the nrf54h20. Signed-off-by: Bjarki Arge Andreasen --- ..._nrf54h20_cpuapp_iron.conf => nrf54h20dk_nrf54h20_cpuapp.conf} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename boot/zephyr/boards/{nrf54h20dk_nrf54h20_cpuapp_iron.conf => nrf54h20dk_nrf54h20_cpuapp.conf} (100%) diff --git a/boot/zephyr/boards/nrf54h20dk_nrf54h20_cpuapp_iron.conf b/boot/zephyr/boards/nrf54h20dk_nrf54h20_cpuapp.conf similarity index 100% rename from boot/zephyr/boards/nrf54h20dk_nrf54h20_cpuapp_iron.conf rename to boot/zephyr/boards/nrf54h20dk_nrf54h20_cpuapp.conf