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