blob: b37607b9319858d9ef9a38fe791f016a0807447c [file] [log] [blame]
/*
* Copyright 2021 Google LLC
* SPDX-License-Identifier: Apache-2.0
*/
#include <zephyr/linker/sections.h>
#include <zephyr/devicetree.h>
#include <zephyr/linker/linker-defs.h>
#include <zephyr/linker/linker-tool.h>
MEMORY
{
LINKER_DT_RESERVED_MEM_REGIONS()
}
SECTIONS
{
LINKER_DT_RESERVED_MEM_SECTIONS()
}
#include <zephyr/arch/arm64/scripts/linker.ld>