Nicolas Pitre wrote:
> On Tue, 19 Jun 2001 [EMAIL PROTECTED] wrote:
>
> > Hi,
> >
> > /arch/arm/boot/Makefile contains the address 0xa0008000 for ZRELADDR. Is
> > this OK?.
>
> Yes. The important one to look for is ZTEXTADDR.
My setup has:
ifeq ($(CONFIG_XSCALE_IQ80310),y)
ZRELADDR = 0xa0008000
INITRD_PHYS = 0xa0400000
INITRD_VIRT = 0xc0400000
PARAMS_PHYS = 0x0
# for serial upload
ZTEXTADDR = 0xa1800000
ZTEXTLEN = 0x90000
# for direct flash execution
#ZTEXTADDR = 0x00080000
#ZBSSADDR = 0xa1008000
endif
_______________________________________________
http://lists.arm.linux.org.uk/mailman/listinfo/linux-arm
Please visit the above address for information on this list.