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:
Alex White
2023-01-27 15:51:08 -06:00
committed by Joel Sherrill
parent 098ad421a1
commit 6fa3a3b32a

View File

@@ -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