[rtems commit] spec/zynqmp-rpu: Clean up options

Joel Sherrill joel at rtems.org
Fri Feb 23 14:36:18 UTC 2024


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

Author:    Kinsey Moore <kinsey.moore at oarcorp.com>
Date:      Fri Feb 16 16:06:43 2024 -0600

spec/zynqmp-rpu: Clean up options

The RAM origin had an unnecessary alignment requirement and the RAM
lenght had a reference that couldn't possibly be used. This removes
those obsolete option specifiers.

---

 spec/build/bsps/arm/xilinx-zynqmp-rpu/optramlen.yml | 2 --
 spec/build/bsps/arm/xilinx-zynqmp-rpu/optramori.yml | 1 -
 2 files changed, 3 deletions(-)

diff --git a/spec/build/bsps/arm/xilinx-zynqmp-rpu/optramlen.yml b/spec/build/bsps/arm/xilinx-zynqmp-rpu/optramlen.yml
index 966ae09b19..50d37c4789 100644
--- a/spec/build/bsps/arm/xilinx-zynqmp-rpu/optramlen.yml
+++ b/spec/build/bsps/arm/xilinx-zynqmp-rpu/optramlen.yml
@@ -8,8 +8,6 @@ build-type: option
 copyrights:
 - Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
 default:
-- enabled-by: arm/xilinx_zynqmp_ultra96
-  value: 0x80000000
 - enabled-by: true
   value: 0x10000000
 description: |
diff --git a/spec/build/bsps/arm/xilinx-zynqmp-rpu/optramori.yml b/spec/build/bsps/arm/xilinx-zynqmp-rpu/optramori.yml
index ceb8401c37..d00fad9bc9 100644
--- a/spec/build/bsps/arm/xilinx-zynqmp-rpu/optramori.yml
+++ b/spec/build/bsps/arm/xilinx-zynqmp-rpu/optramori.yml
@@ -2,7 +2,6 @@ SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
 actions:
 - get-integer: null
 - assert-uint32: null
-- assert-aligned: 1048576
 - env-assign: null
 - format-and-define: null
 build-type: option



More information about the vc mailing list