Convert pico_pi board to HWMv2. This board port only supports the M4 core on the SOC Signed-off-by: Daniel DeGrasse <daniel.degrasse@nxp.com>
16 lines
222 B
Plaintext
16 lines
222 B
Plaintext
# Pico-Pi iMX7D M4 board
|
|
|
|
# Copyright (c) 2019, Joris Offouga
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
if BOARD_PICO_PI
|
|
|
|
if !XIP
|
|
config FLASH_SIZE
|
|
default 0
|
|
config FLASH_BASE_ADDRESS
|
|
default 0
|
|
endif
|
|
|
|
endif # BOARD_PICO_PI
|