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