diff options
Diffstat (limited to 'bl1/bl1.ld.S')
| -rw-r--r-- | bl1/bl1.ld.S | 5 | 
1 files changed, 3 insertions, 2 deletions
| diff --git a/bl1/bl1.ld.S b/bl1/bl1.ld.S index e4c454b3..26c0ae4b 100644 --- a/bl1/bl1.ld.S +++ b/bl1/bl1.ld.S @@ -1,5 +1,5 @@  /* - * Copyright (c) 2013-2017, ARM Limited and Contributors. All rights reserved. + * Copyright (c) 2013-2018, ARM Limited and Contributors. All rights reserved.   *   * SPDX-License-Identifier: BSD-3-Clause   */ @@ -129,7 +129,8 @@ SECTIONS      /*       * The xlat_table section is for full, aligned page tables (4K).       * Removing them from .bss avoids forcing 4K alignment on -     * the .bss section and eliminates the unecessary zero init +     * the .bss section. The tables are initialized to zero by the translation +     * tables library.       */      xlat_table (NOLOAD) : {          *(xlat_table) | 
