layout boot-stage framework for aa64
[lunaix-os.git] / lunaix-os / arch / LConfig
index 7afea85ce59caf5d1bfcf721d14d1dc47f26cf39..335e67be8a5e114d6b6f4c973596d656edf2bc2c 100644 (file)
@@ -12,7 +12,7 @@ def architecture_support():
             Config ISA support 
         """
         # type(["i386", "x86_64", "aarch64", "rv64"])
-        type(["i386", "x86_64"])
+        type(["i386", "x86_64", "aarch64"])
         default("x86_64")
 
         env_val = env("ARCH")