blob: 99a65b5584d5f80163492965fc585ae8f0a9cccd [file] [log] [blame]
/*
* 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
*/
#include <autoconf.h>
#if defined(CONFIG_SOC_RISCV_ANDES_AE350)
# include <ae350/linker.ld>
#endif