[U-Boot-Users] [PATCH] SPI relocation fix
Vladimir Gurevich
vag at paulidav.org
Mon Apr 3 20:26:23 CEST 2006
Hello David,
David Ho wrote:
>cpu/mpc8xx/cpu_init.c
>
>#if defined(CFG_MPC8XX_RELOCATION_UPATCH)
> cpm_load_patch (immr); /* load mpc8xx microcode patch */
>#endif
>
>
OK, so let's fix that instead. I think my original intention was to call
this function unconditionally, because it s designed to touch only those
registers that are needed for a specific mode. For example in your case,
it will only program rpbase without trying to load any microcode.
Thanks for pointing it out.
Happy hacking,
Vladimir
More information about the U-Boot
mailing list