1# LPCXpresso54114 board 2# 3# Copyright (c) 2017, 2024 NXP 4# SPDX-License-Identifier: Apache-2.0 5 6# Place size restrictions on first image if dual core is enabled 7if SECOND_CORE_MCUX && BOARD_LPCXPRESSO54114_LPC54114_M4 8 9# Workaround for not being able to have commas in macro arguments 10DT_CHOSEN_Z_CODE_PARTITION := zephyr,code-partition 11 12config FLASH_LOAD_SIZE 13 default $(dt_chosen_reg_size_hex,$(DT_CHOSEN_Z_CODE_PARTITION)) 14 15endif # SECOND_CORE_MCUX && BOARD_LPCXPRESSO54114_LPC54114_M4 16