Files
zephyr/boards/96boards/meerkat96/Kconfig.defconfig
Daniel DeGrasse ae443d1e3c boards: meerkat96: port to HWMv2
Port 96boards meerkat96b board to HWMv2. This board port only supports
the M4 core present on the iMX7D SOC.

Signed-off-by: Daniel DeGrasse <daniel.degrasse@nxp.com>
2024-03-01 17:29:02 +00:00

16 lines
234 B
Plaintext

# 96Boards Meerkat96 board
# Copyright (c) 2019, Linaro Ltd.
# SPDX-License-Identifier: Apache-2.0
if BOARD_96B_MEERKAT96
if !XIP
config FLASH_SIZE
default 0
config FLASH_BASE_ADDRESS
default 0
endif
endif # BOARD_96B_MEERKAT96