Move the definition of the two IPC RAM blocks from `#define`'s in family linker scripts to proper devicetree nodes. Use the devicetree nodes to generate the memory regions. Signed-off-by: Jordan Yates <jordan.yates@data61.csiro.au>
9 lines
188 B
Text
9 lines
188 B
Text
/* linker.ld - Linker command/script file */
|
|
|
|
/*
|
|
* Copyright (c) 2019 Linaro Limited
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
#include <arch/arm/aarch32/cortex_m/scripts/linker.ld>
|