dts: Include devicetree.h instead of generated_dts_board.h
Needed for https://github.com/zephyrproject-rtos/zephyr/pull/20757, to
avoid a warning-turned-error.
Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
diff --git a/ext/nrf/cc310_glue.h b/ext/nrf/cc310_glue.h
index 37a0875..92f03c8 100644
--- a/ext/nrf/cc310_glue.h
+++ b/ext/nrf/cc310_glue.h
@@ -10,7 +10,7 @@
#include <nrf_cc310_bl_init.h>
#include <nrf_cc310_bl_hash_sha256.h>
#include <nrf_cc310_bl_ecdsa_verify_secp256r1.h>
-#include <generated_dts_board.h>
+#include <devicetree.h>
#include <string.h>
typedef nrf_cc310_bl_hash_context_sha256_t bootutil_sha256_context;