summaryrefslogtreecommitdiff
path: root/spec/if/acfg/mp-max-global-objects.yml
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2020-08-06 10:27:29 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-08-06 15:08:20 +0200
commit35d9ba4090066117a4c7f8bd6ea5a02256a39554 (patch)
tree388b286db03cc5963250732f756461f88cb6c64f /spec/if/acfg/mp-max-global-objects.yml
parente9312e279dd296708a52c5cf7ae02305c03f4209 (diff)
spec: Improve references in appl config options
Diffstat (limited to 'spec/if/acfg/mp-max-global-objects.yml')
-rw-r--r--spec/if/acfg/mp-max-global-objects.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/if/acfg/mp-max-global-objects.yml b/spec/if/acfg/mp-max-global-objects.yml
index 43d5ad0f..6ca30c08 100644
--- a/spec/if/acfg/mp-max-global-objects.yml
+++ b/spec/if/acfg/mp-max-global-objects.yml
@@ -1,7 +1,7 @@
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
appl-config-option-type: integer
constraints:
- max: '``UINT32_MAX``'
+ max: ${../c/uint32_max:/name}
min: 0
copyrights:
- Copyright (C) 1988, 2008 On-Line Applications Research Corporation (OAR)
@@ -18,7 +18,7 @@ links:
name: CONFIGURE_MP_MAXIMUM_GLOBAL_OBJECTS
notes: |
This value corresponds to the total number of objects which can be created
- with the ``RTEMS_GLOBAL`` attribute.
+ with the ${../rtems/attr/global:/name} attribute.
This configuration option is only evaluated if
${mp-appl:/name} is defined.