[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[microblaze-uclinux] How to Change the Text Base Address in u-boot?
- To: microblaze-uclinux@xxxxxxxxxxxxxx
- Subject: [microblaze-uclinux] How to Change the Text Base Address in u-boot?
- From: "Yeoh Chun Yeow" <yeohchunyeow@xxxxxxxxx>
- Date: Thu, 21 Jun 2007 20:48:02 +0800
- Dkim-signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; b=e5rljSHv0Zk+iCvHMm9c1TEZqA6nQgWlq0KwV4gYkXOql8ByqTbt5UyKt8mk3w68kPqv+d067GvvYvW0mfRPcfmQp1pFimPfKsRPOmk/ahNE9f6KscIR2evtbdNdqzkHHZRuoB6we9l4xGQu458qE2KmaTcL5zz2vC69b9Ynyrs=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=JEelSY2PyDTBQceredhLxtze6PO8RVoHtsWQA5ZNxaBjQ6uuBQnvgvTyZQJvC1kJmBigms3MMKKspLb7aQag2q2c95BnwHFCYGMYPkcnabHr0txETVR3lBDrxxMNjcDxw/H0/3wGRDBdHSljtLoKuUHdozph4MxLRuiXf1Rf7G0=
- Reply-to: microblaze-uclinux@xxxxxxxxxxxxxx
- Sender: owner-microblaze-uclinux@xxxxxxxxxxxxxx
Dear all,
How can I change the starting address for u-boot, such as u-boot.srec?
-DTEXT_BASE=0x27ffc000
where should I change since the u-boot image is too large and overwrite the end address of SDRAM?
regards,
chun yeow