Re: [U-Boot] [PATCH 09/10] Adding interactive ddr

2010-12-14 Thread Kumar Gala
On Dec 14, 2010, at 1:47 AM, Wolfgang Denk wrote: > Dear York Sun, > > In message <1291863340-4354-9-git-send-email-york...@freescale.com> you wrote: >> Use environment variable to active the interactive debugging. > ... > > s/active/activate/ > >> diff --git a/arch/powerpc/cpu/mpc8xxx/ddr/Mak

Re: [U-Boot] [PATCH 09/10] Adding interactive ddr

2010-12-13 Thread Wolfgang Denk
Dear York Sun, In message <1291863340-4354-9-git-send-email-york...@freescale.com> you wrote: > Use environment variable to active the interactive debugging. ... s/active/activate/ > diff --git a/arch/powerpc/cpu/mpc8xxx/ddr/Makefile > b/arch/powerpc/cpu/mpc8xxx/ddr/Makefile > index cb7f856..4b

Re: [U-Boot] [PATCH 09/10] Adding interactive ddr

2010-12-13 Thread Kumar Gala
On Dec 8, 2010, at 8:55 PM, York Sun wrote: > Use environment variable to active the interactive debugging. > > Signed-off-by: York Sun > --- > arch/powerpc/cpu/mpc8xxx/ddr/Makefile |6 +- > arch/powerpc/cpu/mpc8xxx/ddr/interactive.c | 1882 > arch/powerpc/cp