forked from Imagelibrary/rtems
spec: Fix XPS_SYS_CTRL_BASEADDR default value
The default value for XPS_SYS_CTRL_BASEADDR was given as an int rather than an iterable.
This commit is contained in:
committed by
Joel Sherrill
parent
098ad421a1
commit
6fa3a3b32a
@@ -7,8 +7,9 @@ actions:
|
||||
build-type: option
|
||||
copyrights:
|
||||
- Copyright (C) 2022 On-Line Applications Research Corporation (OAR)
|
||||
default: 0xFF180000
|
||||
default-by-variant: []
|
||||
default:
|
||||
- enabled-by: true
|
||||
value: 0xFF180000
|
||||
description: |
|
||||
base address of XPS
|
||||
enabled-by: true
|
||||
|
||||
Reference in New Issue
Block a user