git://scm.lunaixsky.com
/
lunaix-os.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
update readme on build system
[lunaix-os.git]
/
lunaix-os
/
hal
/
LConfig
diff --git
a/lunaix-os/hal/LConfig
b/lunaix-os/hal/LConfig
index b2e00fa77c7b659a6147b79aa9dddde55b98658e..ab7e99e5ac91265a7ae4bc9d6ab98f7211d2df3c 100644
(file)
--- 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.
"""
devicetree might be mandatory and perhaps the only
way.
"""
- require(not arch_x86)
+ require
(not arch_x86)
return False
return False
@@
-26,6
+26,6
@@
def hal():
"""
Maximum size for a firmware provided device tree blob
"""
"""
Maximum size for a firmware provided device tree blob
"""
- require(use_devicetree)
+ require
(use_devicetree)
return 256
\ No newline at end of file
return 256
\ No newline at end of file