X-Git-Url: https://scm.lunaixsky.com/lunaix-os.git/blobdiff_plain/2bfb909dde1241111ab5568f30c45d2644bdaf25..5b211a176c805745d48517eff99c4dd651f2da75:/lunaix-os/hal/LConfig diff --git a/lunaix-os/hal/LConfig b/lunaix-os/hal/LConfig index b2e00fa..ab7e99e 100644 --- a/lunaix-os/hal/LConfig +++ b/lunaix-os/hal/LConfig @@ -16,7 +16,7 @@ def hal(): devicetree might be mandatory and perhaps the only way. """ - require(not arch_x86) + require (not arch_x86) return False @@ -26,6 +26,6 @@ def hal(): """ Maximum size for a firmware provided device tree blob """ - require(use_devicetree) + require (use_devicetree) return 256 \ No newline at end of file