Skip to content

Commit 283365a

Browse files
niedzwiecki-dawidcfriedt
authored andcommitted
drivers: flash: andes_xip: update include
Include a new andes_csr.h file instead of soc_v5.h. Signed-off-by: Dawid Niedzwiecki <[email protected]>
1 parent 9f425d9 commit 283365a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

drivers/flash/flash_andes_qspi_xip.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@
99

1010
#define DT_DRV_COMPAT andestech_qspi_nor_xip
1111

12-
#include "soc_v5.h"
13-
12+
#include <andes_csr.h>
1413
#include <errno.h>
1514
#include <string.h>
1615
#include <zephyr/kernel.h>

0 commit comments

Comments
 (0)