mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-19 01:33:10 +00:00
19 lines
196 B
YAML
19 lines
196 B
YAML
|
# SPDX-License-Identifier: GPL-2.0+
|
||
|
#
|
||
|
# Test config
|
||
|
#
|
||
|
---
|
||
|
|
||
|
main-branch:
|
||
|
obj:
|
||
|
a: 0x0
|
||
|
b: 0
|
||
|
arr: [0, 0, 0, 0]
|
||
|
another-arr:
|
||
|
- #1
|
||
|
c: 0
|
||
|
d: 0
|
||
|
- #2
|
||
|
c: 0
|
||
|
d: 0
|