[U-Boot-Users] Load address and entry point for mips?

Andrew Dyer amdyer at gmail.com
Tue Jul 25 01:52:26 CEST 2006


On 7/24/06, mitsy <mitsy12 at gmail.com> wrote:
> When I do the mkimage with linux bin, I'm not sure what values to use
> for load address and entry point. In README file, it says for powerpc
> use 0 for both, but I think for mips, it won't be the case. (SDRAM
> base is 0x80000000.)
>

this is a snippet from the script we use:


START=`${CROSS_COMPILE}objdump -h vmlinux |awk '$2 == ".text" {print $4;}'`
ENTRY=`${CROSS_COMPILE}objdump -f vmlinux |awk '/start/ {print $3;}'`


-- 
Hardware, n.:
        The parts of a computer system that can be kicked.




More information about the U-Boot mailing list