mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-07-15 03:23:47 +01:00
Merge pull request #74 from setrofim/master
juno: fixing a stupid error in u-boot boot path
This commit is contained in:
@ -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:
|
||||
|
Reference in New Issue
Block a user