cherry pick device tree modifications from isa/arm64
[lunaix-os.git] / lunaix-os / link / lga.ldx
index 3d8962a291fd29a80cdb77179be6ad5574a85003..91e574ddf5a3c742186bed066fbf03acc1b37663 100644 (file)
@@ -1,6 +1,7 @@
 #include "base.ldx"
 
-.lga BLOCK(PAGE_GRAN) : AT ( ADDR(.lga) - KEXEC_BASE ) 
+.lga BLOCK(PAGE_GRAN) 
+    : AT ( ADDR(.lga) - KEXEC_BASE )
 {
     PROVIDE(__lga_twiplugin_inits_start = .);
         
@@ -98,4 +99,4 @@
     KEEP(*(.lga.lunainit.c_postboot));
 
     PROVIDE(__lga_lunainit_on_postboot_end = .);   
-}
\ No newline at end of file
+} : rodata
\ No newline at end of file