arch: treewide: Remove unnessecary flash size/address defconfig when !XIP

FLASH_SIZE=0 and FLASH_BASE_ADDRESS=0 are now the default values
when XIP=n

Signed-off-by: Grant Ramsay <gramsay@enphaseenergy.com>
This commit is contained in:
Grant Ramsay 2024-06-11 20:19:08 +12:00 committed by Anas Nashif
commit 5914c86931
15 changed files with 0 additions and 184 deletions

View file

@ -1,16 +0,0 @@
# Colibri iMX7D M4 board
# Copyright 2017,2024 NXP
# SPDX-License-Identifier: Apache-2.0
if BOARD_COLIBRI_IMX7D_MCIMX7D_M4
if !XIP
config FLASH_SIZE
default 0
config FLASH_BASE_ADDRESS
default 0
endif
endif # BOARD_COLIBRI_IMX7D_MCIMX7D_M4

View file

@ -1,15 +0,0 @@
# VERDIN_IMX8MP board defconfig
# Copyright (c) 2023 Toradex
# SPDX-License-Identifier: Apache-2.0
if BOARD_VERDIN_IMX8MP
if !XIP
config FLASH_SIZE
default 0
config FLASH_BASE_ADDRESS
default 0
endif
endif # BOARD_VERDIN_IMX8MP