Fix machine 'odroid-c2' (#744)

Odroid-cu2 does not exist AFAIK, it needs to be c2.
This commit is contained in:
Jorim Tielemans 2018-10-07 19:16:29 +02:00 committed by Pascal Vizeli
parent 33b615e40d
commit 79dca1608e

View File

@ -61,7 +61,7 @@ ARCH_ALL = [
MACHINE_ALL = [ MACHINE_ALL = [
'intel-nuc', 'qemux86', 'qemux86-64', 'qemuarm', 'qemuarm-64', 'intel-nuc', 'qemux86', 'qemux86-64', 'qemuarm', 'qemuarm-64',
'raspberrypi', 'raspberrypi2', 'raspberrypi3', 'raspberrypi3-64', 'raspberrypi', 'raspberrypi2', 'raspberrypi3', 'raspberrypi3-64',
'odroid-cu2', 'odroid-xu', 'odroid-c2', 'odroid-xu',
] ]
STARTUP_ALL = [ STARTUP_ALL = [