mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-02-07 13:41:24 +00:00
Merge pull request #74 from setrofim/master
juno: fixing a stupid error in u-boot boot path
This commit is contained in:
commit
9eeeaf02ad
@ -106,7 +106,7 @@ class Juno(BigLittleDevice):
|
|||||||
if self.bootloader == 'uefi':
|
if self.bootloader == 'uefi':
|
||||||
self._boot_via_uefi()
|
self._boot_via_uefi()
|
||||||
else:
|
else:
|
||||||
self._boot_via_uboot(**self.bootargs)
|
self._boot_via_uboot(bootargs=self.bootargs)
|
||||||
|
|
||||||
def _boot_via_uboot(self, **kwargs):
|
def _boot_via_uboot(self, **kwargs):
|
||||||
if not kwargs:
|
if not kwargs:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user