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#include <autoconf.h> 15 16#if defined(CONFIG_SOC_RISCV_ANDES_AE350) 17# include <ae350/linker.ld> 18#endif 19