blob: f7f2c9dec51aad5160014e337adaa8da4329a335 [file] [log] [blame]
/*
* Copyright (c) 2019 Synopsys, Inc. All rights reserved.
*
* SPDX-License-Identifier: Apache-2.0
*/
/**
* @brief Linker script for the HS Development Kit
*/
#include <devicetree.h>
#include <autoconf.h>
/*
* SRAM base address and size
*/
#if defined(CONFIG_SRAM_BASE_ADDRESS) && (CONFIG_SRAM_SIZE > 0)
#define SRAM_START CONFIG_SRAM_BASE_ADDRESS
#define SRAM_SIZE CONFIG_SRAM_SIZE
#endif
#include <arch/arc/v2/linker.ld>