In arm64 linker script, create a memory region and section for each device tree node with compatible string "zephyr,memory-region". Signed-off-by: Hou Zhiqiang <Zhiqiang.Hou@nxp.com>
12 lines
270 B
Text
12 lines
270 B
Text
/*
|
|
* 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>
|
|
|
|
#include <zephyr/arch/arm64/scripts/linker.ld>
|