Kumar Gala writes:

> We can set LOAD_OFFSET and use the AT attribute on sections and the
> linker will properly set the physical address of the LOAD program
> header for us.

Nice...

>  #define KERNELBASE      ASM_CONST(CONFIG_KERNEL_START)
>  #define PAGE_OFFSET  ASM_CONST(CONFIG_PAGE_OFFSET)
> +#define LOAD_OFFSET  ASM_CONST((CONFIG_KERNEL_START-CONFIG_PHYSICAL_START))

I think this should be CONFIG_PAGE_OFFSET - CONFIG_PHYSICAL_START
though.

Paul.
_______________________________________________
Linuxppc-dev mailing list
Linuxppc-dev@ozlabs.org
https://ozlabs.org/mailman/listinfo/linuxppc-dev

Reply via email to