Re: [U-Boot] PATCH: Fix MPC8260 with ethernet on SCC

2009-02-11 Thread Wolfgang Denk
Dear Heiko, In message <4991d7c9.9010...@denx.de> you wrote: > > This patch also breaks compiling the mgcoge :-( ... > So, please when adding ksi's patch, add the following to: > > Signed-off-by: Heiko Schocher > --- > include/configs/mgcoge.h |1 + > 1 files changed, 1 insertions(+), 0 de

Re: [U-Boot] PATCH: Fix MPC8260 with ethernet on SCC

2009-02-10 Thread Heiko Schocher
Hello Ben, Ben Warren wrote: > k...@koi8.net wrote: > >> This fixes MPC8260 compilation with ethernet on SCC. Probably was a >> typo or something... >> >> Signed-off-by: Sergey Kubushyn >> --- >> diff -purN u-boot.orig/cpu/mpc8260/cpu.c u-boot/cpu/mpc8260/cpu.c >> --- u-boot.orig/cpu/mpc8260/c

Re: [U-Boot] PATCH: Fix MPC8260 with ethernet on SCC

2009-02-06 Thread Ben Warren
k...@koi8.net wrote: > This fixes MPC8260 compilation with ethernet on SCC. Probably was a > typo or something... > > Signed-off-by: Sergey Kubushyn > --- > diff -purN u-boot.orig/cpu/mpc8260/cpu.c u-boot/cpu/mpc8260/cpu.c > --- u-boot.orig/cpu/mpc8260/cpu.c 2009-02-02 13:39:05.0 -0800

[U-Boot] PATCH: Fix MPC8260 with ethernet on SCC

2009-02-06 Thread ksi
This fixes MPC8260 compilation with ethernet on SCC. Probably was a typo or something... Signed-off-by: Sergey Kubushyn --- diff -purN u-boot.orig/cpu/mpc8260/cpu.c u-boot/cpu/mpc8260/cpu.c --- u-boot.orig/cpu/mpc8260/cpu.c 2009-02-02 13:39:05.0 -0800 +++ u-boot/cpu/mpc8260/cpu.c