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:
parent
c5642a7b4d
commit
5914c86931
15 changed files with 0 additions and 184 deletions
|
@ -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
|
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue