
8 Sep
2010
8 Sep
'10
4:03 p.m.
On Sep 8, 2010, at 8:48 AM, MArunKumar wrote:
Hi Im new to u-boot. Right now im in the process of customizing P4080DS(RDB) to my board. My doubt is, for P4080 the reset vec address is 0x0_ffff_fffc.
- But in the config.mk file it is mentioned as 0xefff_fffc wat it mean?.
This is because the link address is 0xeff80000. We end up running at this address after the initial boot.
- k