Skip to content

Commit 3543a23

Browse files
fabiobaltierikartben
authored andcommitted
boards: mpfs_icicle: default to SPI_NOR_SFDP_RUNTIME
Default to SPI_NOR_SFDP_RUNTIME for the board so that it can build the spi-nor driver without triggering the build check for: jedec,spi-nor jedec-id required for non-runtime SFDP Signed-off-by: Fabio Baltieri <[email protected]>
1 parent c768144 commit 3543a23

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Copyright 2025 Google LLC
2+
# SPDX-License-Identifier: Apache-2.0
3+
4+
if BOARD_MPFS_ICICLE
5+
6+
choice SPI_NOR_SFDP
7+
default SPI_NOR_SFDP_RUNTIME
8+
endchoice
9+
10+
endif

0 commit comments

Comments
 (0)