zephyr/soc/riscv/riscv-privileged/andes_v5/linker.ld

18 lines
278 B
Plaintext

/*
* Copyright (c) 2021 Andes Technology Corporation
*
* SPDX-License-Identifier: Apache-2.0
*/
/**
* @file
* @brief Linker command/script file
*
* linker script for andes_v5 SoC Series
*/
#if defined(CONFIG_SOC_RISCV_ANDES_AE350)
# include <ae350/linker.ld>
#endif