/* * Copyright (c) 2016 Intel Corporation * Copyright (c) 2017 Oticon A/S * * SPDX-License-Identifier: Apache-2.0 */ /** * @file * @brief Linker command/script file * * Linker script for the Nios II platform */ #define _LINKER #define _ASMLANGUAGE #include #include #include #include SECTIONS { /* Ideally we would have here the platform default linker script SECTIONS */ /* content */ #include #include __data_ram_end = .; }