devicetree might be mandatory and perhaps the only
way.
"""
- require(not arch_x86)
+ require (not arch_x86)
return False
"""
Maximum size for a firmware provided device tree blob
"""
- require(use_devicetree)
+ require (use_devicetree)
return 256
\ No newline at end of file