X-Git-Url: https://scm.lunaixsky.com/lunaix-os.git/blobdiff_plain/bb5ae5c85c0812c52e8d53187f2c6b0ee9525c8c..ca2485429c19d3e5cdecbb39a5f3383b40477d94:/lunaix-os/includes/lunaix/sections.h?ds=sidebyside diff --git a/lunaix-os/includes/lunaix/sections.h b/lunaix-os/includes/lunaix/sections.h index 9290178..72f5855 100644 --- a/lunaix-os/includes/lunaix/sections.h +++ b/lunaix-os/includes/lunaix/sections.h @@ -31,7 +31,8 @@ #define bootsec_end __section_mark(kboot, end) #define kernel_start __section_mark(kexec, start) -#define kernel_load_end __section_mark(kexec, end) +#define kernel_load_start __section_mark(kload, start) +#define kernel_load_end __section_mark(kload, end) #define kernel_end __section_mark(kimg, end) #ifdef CONFIG_USE_DEVICETREE