9 lines
208 B
Plaintext
9 lines
208 B
Plaintext
|
/*
|
||
|
* linker.ld - Linker command/script file
|
||
|
*
|
||
|
* Copyright (c) 2021 Arm Limited (or its affiliates). All rights reserved.
|
||
|
* SPDX-License-Identifier: Apache-2.0
|
||
|
*/
|
||
|
|
||
|
#include <arch/arm64/scripts/linker.ld>
|