19 lines
298 B
Plaintext
19 lines
298 B
Plaintext
|
# MIMX8MM EVK board defconfig
|
||
|
|
||
|
# Copyright (c) 2020, Manivannan Sadhasivam <mani@kernel.org>
|
||
|
# SPDX-License-Identifier: Apache-2.0
|
||
|
|
||
|
if BOARD_MIMX8MM_EVK
|
||
|
|
||
|
config BOARD
|
||
|
default "mimx8mm_evk"
|
||
|
|
||
|
if !XIP
|
||
|
config FLASH_SIZE
|
||
|
default 0
|
||
|
config FLASH_BASE_ADDRESS
|
||
|
default 0
|
||
|
endif
|
||
|
|
||
|
endif # BOARD_MIMX8MM_EVK
|