[U-Boot-Users] MC5282Lite evaluation board - running from externalflash

Wolfgang Denk wd at denx.de
Tue Oct 16 20:25:50 CEST 2007


In message <4791E710007FEB4BBF83775D787F462F04C0DE53 at 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 at denx.de
"If people are good only because they fear punishment, and  hope  for
reward, then we are a sorry lot indeed."            - Albert Einstein




More information about the U-Boot mailing list