1/* 2 * Copyright 2021 Google LLC 3 * SPDX-License-Identifier: Apache-2.0 4 */ 5 6#include <autoconf.h> 7#include <linker/sections.h> 8#include <devicetree.h> 9 10#include <linker/linker-defs.h> 11#include <linker/linker-tool.h> 12 13MEMORY 14{ 15 LINKER_DT_RESERVED_MEM_REGIONS() 16} 17 18SECTIONS 19{ 20 LINKER_DT_RESERVED_MEM_SECTIONS() 21} 22 23#include <arch/arm64/scripts/linker.ld> 24