
16 Oct
2007
16 Oct
'07
8:25 p.m.
In message 4791E710007FEB4BBF83775D787F462F04C0DE53@az33exm22.fsl.freescale.net you wrote:
Erez,
There is a error if the TEXT_BASE set to 0xffe00000. Following is the fix for the problem.
#if defined(CONFIG_R5200) .long 0x400 #elif defined(CONFIG_M5282) && (TEXT_BASE == CFG_INT_FLASH_BASE) .long _start - TEXT_BASE #else .long _START #endif
If you are sure there is an error, then please post a proper patch which can be applied. See http://www.denx.de/wiki/UBoot/Patches
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd@denx.de
"If people are good only because they fear punishment, and hope for
reward, then we are a sorry lot indeed." - Albert Einstein