1# Copyright (c) 2025 Panasonic Industrial Devices Europe GmbH
2# SPDX-License-Identifier: Apache-2.0
3
4if BOARD_PANB511EVB_NRF54L15_CPUAPP
5
6config ROM_START_OFFSET
7 default 0x800 if BOOTLOADER_MCUBOOT
8
9endif # BOARD_PANB511EVB_NRF54L15_CPUAPP
10