fix compilation issues in aarch64 ports
[lunaix-os.git] / lunaix-os / arch / aarch64 / boot / init.h
index 9668423994098bc9300fabde6d29094c6f79ff20..53577792d6ec5c76112adebdbaa218249f1971d0 100644 (file)
@@ -2,11 +2,8 @@
 #define __LUNAIX_AA64_INIT_H
 
 #include <lunaix/types.h>
-#include <lunaix/generic/bootmem.h>
-
-#define boot_text __attribute__((section(".boot.text")))
-#define boot_data __attribute__((section(".boot.data")))
-#define boot_bss  __attribute__((section(".boot.bss")))
+#include <sys-generic/bootmem.h>
+#include <asm/boot_stage.h>
 
 ptr_t
 kremap();