Fix linux invalid keyword argument bug.

This commit is contained in:
Mike Auty
2018-06-20 22:15:42 +01:00
parent ab6a9fa43b
commit ffa54c45eb
+1 -1
View File
@@ -150,7 +150,7 @@ class LintelStacker(interfaces.automagic.StackerLayerInterface):
context.config[join(config_path, "page_map_offset")] = dtb
context.config[join(config_path, "linux_banner")] = str(banner, 'latin-1')
layer = layer_class(context, config_path = config_path, name = new_layer_name, os = 'Linux')
layer = layer_class(context, config_path = config_path, name = new_layer_name)
if layer:
vollog.debug("DTB was found at: 0x{:0x}".format(dtb))