Convert mimx8mm_phyboard to HVMv2. This port only enables the M4 core of the iMX8MM SOC present on this board. Signed-off-by: Daniel DeGrasse <daniel.degrasse@nxp.com>
16 lines
278 B
Plaintext
16 lines
278 B
Plaintext
# MIMX8MM_PHYBOARD_POLIS board defconfig
|
|
#
|
|
# Copyright (c) 2022 PHYTEC Messtechnik GmbH
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
if BOARD_MIMX8MM_PHYBOARD_POLIS
|
|
|
|
if !XIP
|
|
config FLASH_SIZE
|
|
default 0
|
|
config FLASH_BASE_ADDRESS
|
|
default 0
|
|
endif
|
|
|
|
endif # BOARD_MIMX8MM_PHYBOARD_POLIS
|