mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-01-31 10:11:17 +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':
|
||||
self._boot_via_uefi()
|
||||
else:
|
||||
self._boot_via_uboot(**self.bootargs)
|
||||
self._boot_via_uboot(bootargs=self.bootargs)
|
||||
|
||||
def _boot_via_uboot(self, **kwargs):
|
||||
if not kwargs:
|
||||
|
Loading…
x
Reference in New Issue
Block a user