1 #ifndef __LUNAIX_BOOT_SECS_LD_INC
2 #define __LUNAIX_BOOT_SECS_LD_INC
4 #include "base_defs.ld.inc"
6 .boot.text BLOCK(PAGE_GRAN) :
8 #if defined(CONFIG_X86_BL_MB) || defined(CONFIG_X86_BL_MB2)
15 .boot.data BLOCK(PAGE_GRAN) :
18 We treat our boot.bss as data.
19 to avoid confusing linker and some bootloader
25 #endif /* __LUNAIX_BOOT_SECS_LD_INC */