1/* 2 * Copyright (c) 2021 Andes Technology Corporation 3 * 4 * SPDX-License-Identifier: Apache-2.0 5 */ 6 7/** 8 * @file 9 * @brief Linker command/script file 10 * 11 * linker script for andes_v5 SoC Series 12 */ 13 14 15#if defined(CONFIG_SOC_RISCV_ANDES_AE350) 16# include <ae350/linker.ld> 17#endif 18