Skip to content

Commit b4e51d6

Browse files
committed
drivers: memory: aps6404l: Removed addressshift field from APS6404L driver
Memory APS6404L does not support address shift feature. Since it is being configured for different platforms that uses this memory, this is cauing an error while building. Signed-off-by: Missael Maciel <[email protected]>
1 parent b69b064 commit b4e51d6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/memc/memc_mcux_flexspi_aps6404l.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,6 @@ static int memc_flexspi_aps6404l_init(const struct device *dev)
222222
.flexspiRootClk = DT_INST_PROP(n, spi_max_frequency), \
223223
.isSck2Enabled = false, \
224224
.flashSize = DT_INST_PROP(n, size) / 8 / KB(1), \
225-
.addressShift = false, \
226225
.CSIntervalUnit = \
227226
CS_INTERVAL_UNIT( \
228227
DT_INST_PROP(n, cs_interval_unit)), \

0 commit comments

Comments
 (0)