Skip to content

Commit f332dfc

Browse files
rghaddabrlubos
authored andcommitted
pm: zms: fix autoconf.h include
During the last Zephyr upmerge the includes changed from autoconf.h to <zephyr/autoconf.h> Fix this for the zms partition table Signed-off-by: Riadh Ghaddab <[email protected]>
1 parent ced1763 commit f332dfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

subsys/partition_manager/pm.yml.zms

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#include <autoconf.h>
1+
#include <zephyr/autoconf.h>
22

33
# In nRF54L15 we place the TF-M non-secure storage partitions after the
44
# TF-M non-secure application to avoid splitting the secure/non-secure

0 commit comments

Comments
 (0)