1/* 2 * Copyright (c) 2020-2021, Arm Limited. All rights reserved. 3 * 4 * SPDX-License-Identifier: BSD-3-Clause 5 * 6 */ 7#include "flash_layout.h" 8/* Enumeration that is used by the create_img.py script 9 * for correct binary generation when nested macros are used 10 */ 11enum image_attributes { 12 RE_BL2_BIN_SIZE = FLASH_AREA_@FLASH_AREA_NUM@_SIZE, 13}; 14