diff --git a/bl1/bl1.ld.S b/bl1/bl1.ld.S index d25ec63fb..636aebe2c 100644 --- a/bl1/bl1.ld.S +++ b/bl1/bl1.ld.S @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2023, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2013-2024, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ @@ -116,6 +116,8 @@ SECTIONS { ASSERT(BL1_RW_BASE == ALIGN(PAGE_SIZE), "BL1_RW_BASE address is not aligned on a page boundary.") + __RW_START__ = .; + DATA_SECTION >RAM AT>ROM __DATA_RAM_START__ = __DATA_START__; @@ -148,6 +150,8 @@ SECTIONS { } >RAM #endif /* USE_COHERENT_MEM */ + __RW_END__ = .; + __BL1_RAM_START__ = ADDR(.data); __BL1_RAM_END__ = .;