1# MIMX8MM EVK board defconfig
2
3# Copyright (c) 2020, Manivannan Sadhasivam <mani@kernel.org>
4# SPDX-License-Identifier: Apache-2.0
5
6if BOARD_MIMX8MM_EVK
7
8config BOARD
9	default "mimx8mm_evk"
10
11if !XIP
12config FLASH_SIZE
13	default 0
14config FLASH_BASE_ADDRESS
15	default 0
16endif
17
18endif # BOARD_MIMX8MM_EVK
19