Files
zephyr/boards/phytec/mimx8mm_phyboard_polis/Kconfig.defconfig
Daniel DeGrasse 3f9e706859 boards: mimx8mm_phyboard: convert to HVMv2
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>
2024-03-01 17:29:02 +00:00

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