/* * Copyright 2021 NXP * All rights reserved. * * * SPDX-License-Identifier: BSD-3-Clause */ #ifndef _FLASH_PARTITIONING_H_ #define _FLASH_PARTITIONING_H_ #define BOOT_FLASH_BASE 0x60000000 #define BOOT_FLASH_ACT_APP 0x60040000 #define BOOT_FLASH_CAND_APP 0x60240000 #endif