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>
16 lines
234 B
Plaintext
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
|