
On Wed, 11 Mar 2009 09:33:04 +0100 Heiko Schocher hs@denx.de wrote:
--- cpu/mpc83xx/cpu_init.c.org 2009-03-11 07:56:57.000000000 +0100 +++ cpu/mpc83xx/cpu_init.c 2009-03-11 07:57:37.000000000 +0100 @@ -106,7 +106,7 @@ void cpu_init_f (volatile immap_t * im) #ifdef CONFIG_SYS_SCCR_ENCCM /* Encryption clock mode */ im->clk.sccr = (im->clk.sccr & ~SCCR_ENCCM) |
(CONFIG_SYS_SCCR_ENCCM << SCCR_PCICM_SHIFT);
(CONFIG_SYS_SCCR_ENCCM << SCCR_ENCCM_SHIFT);
#endif
#ifdef CONFIG_SYS_SCCR_PCICM
Signed-off-by: Norbert van Bolhuis nvbolhuis@aimvalley.nl
Can you please use git-format-patch for making a patch? Otherwise your patch seems okay to me,
heh, I thought it wouldn't be a problem, but you're right Heiko:
Applying: 83xx: correctly set encryption and I2C bus 0 clock error: mpc83xx/cpu_init.c: does not exist in index Patch failed at 0001. When you have resolved this problem run "git am -i --resolved". If you would prefer to skip this patch, instead run "git am -i --skip". To restore the original branch and stop patching run "git am -i --abort".
even patch(1) asks which file to patch.
Norbert, can you please follow proper patch submission guidelines and resubmit? We would appreciate it as much as its (and future patches') content.
Thanks,
Kim