blob: b588eaaa5a9d3f40f83d30730f9023576e358913 [file] [log] [blame]
/*
* Copyright (c) Carlo Caione <ccaione@baylibre.com>
*
* SPDX-License-Identifier: Apache-2.0
*/
#include <linker/sections.h>
#include <devicetree.h>
#include <linker/linker-defs.h>
#include <linker/linker-tool.h>
MEMORY
{
LINKER_DT_RESERVED_MEM_REGIONS()
}
SECTIONS
{
LINKER_DT_RESERVED_MEM_SECTIONS()
}
#include <arch/arm64/scripts/linker.ld>