|
# PhyBOARD Pollux (i.MX8MP) defconfig
|
|
|
|
# Copyright (c) 2022 PHYTEC Messtechnik GmbH
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
if BOARD_MIMX8MP_PHYBOARD_POLLUX
|
|
|
|
if !XIP
|
|
config FLASH_SIZE
|
|
default 0
|
|
config FLASH_BASE_ADDRESS
|
|
default 0
|
|
endif
|
|
|
|
endif # BOARD_MIMX8MP_PHYBOARD_POLLUX
|