[rtems commit] bsp/xilinx-zynqmp: Fix linkcmds config

Sebastian Huber sebh at rtems.org
Mon Oct 28 09:01:51 UTC 2019


Module:    rtems
Branch:    master
Commit:    37e9aa69e5bfb3a82924c801dfa56bf734ca96a0
Changeset: http://git.rtems.org/rtems/commit/?id=37e9aa69e5bfb3a82924c801dfa56bf734ca96a0

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Mon Oct 28 09:59:22 2019 +0100

bsp/xilinx-zynqmp: Fix linkcmds config

Bug was introduced by commit 1e1afa3779e594e09387fba1812d3028fb00cd9e.

---

 c/src/lib/libbsp/arm/xilinx-zynqmp/configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/c/src/lib/libbsp/arm/xilinx-zynqmp/configure.ac b/c/src/lib/libbsp/arm/xilinx-zynqmp/configure.ac
index 89aed75..3a3290e 100644
--- a/c/src/lib/libbsp/arm/xilinx-zynqmp/configure.ac
+++ b/c/src/lib/libbsp/arm/xilinx-zynqmp/configure.ac
@@ -78,7 +78,7 @@ AC_ARG_VAR([$1],[$2; default $3])dnl
 ])
 
 ZYNQMP_LINKCMD([ZYNQMP_RAM_ORIGIN],[normal RAM region origin],[${ZYNQMP_RAM_ORIGIN}])
-ZYNQMP_LINKCMD([ZYNQMP_RAM_LENGTH],[normal RAM region length],[${BSP_ZYNQMP_RAM_LENGTH}])
+ZYNQMP_LINKCMD([BSP_ZYNQMP_RAM_LENGTH],[normal RAM region length],[${BSP_ZYNQMP_RAM_LENGTH}])
 ZYNQMP_LINKCMD([ZYNQMP_RAM_MMU_LENGTH],[MMU region length],[${ZYNQMP_RAM_MMU_LENGTH}])
 ZYNQMP_LINKCMD([ZYNQMP_RAM_NOCACHE_LENGTH],[length of nocache RAM region],[${BSP_ZYNQMP_NOCACHE_LENGTH}])
 ZYNQMP_LINKCMD([ZYNQMP_RAM_INT_0_ORIGIN],[internal 0 RAM region origin],[${ZYNQMP_RAM_INT_0_ORIGIN}])



More information about the vc mailing list