Re: [U-Boot] [PATCH 6/9] SPEAr300 SoC support added

2009-12-18 Thread Vipin Kumar
Dear Wolfgang, > In message <83d1d72b0912182310i1abf805jf6e338fd01fae...@mail.gmail.com> you > wrote: >> >> > CONFIG_SYS_HZ _must_ be defined as 1000. >> >> Could not understand the reason why it is necessary > > Some parts of the code rely on this. It has been a bad idea to ever > make this a co

Re: [U-Boot] [PATCH 6/9] SPEAr300 SoC support added

2009-12-18 Thread Wolfgang Denk
Dear Vipin Kumar, In message <83d1d72b0912182310i1abf805jf6e338fd01fae...@mail.gmail.com> you wrote: > > > CONFIG_SYS_HZ _must_ be defined as 1000. > > Could not understand the reason why it is necessary Some parts of the code rely on this. It has been a bad idea to ever make this a config var

Re: [U-Boot] [PATCH 6/9] SPEAr300 SoC support added

2009-12-18 Thread Vipin Kumar
Dear Wolfgang, >> >> Signed-off-by: Vipin > ... >> diff --git a/board/spear/spear300/config.mk b/board/spear/spear300/config.mk >> new file mode 100755 >> index 000..90a6cf9 >> --- /dev/null >> +++ b/board/spear/spear300/config.mk > ... >> +PLATFORM_RELFLAGS += -DCONFIG_SPEAR_USBTTY >> +endif

Re: [U-Boot] [PATCH 6/9] SPEAr300 SoC support added

2009-12-17 Thread Wolfgang Denk
Dear Vipin KUMAR, In message <1260955110-5656-7-git-send-email-vipin.ku...@st.com> you wrote: > > Signed-off-by: Vipin ... > diff --git a/board/spear/spear300/config.mk b/board/spear/spear300/config.mk > new file mode 100755 > index 000..90a6cf9 > --- /dev/null > +++ b/board/spear/spear300/c

[U-Boot] [PATCH 6/9] SPEAr300 SoC support added

2009-12-16 Thread Vipin KUMAR
Signed-off-by: Vipin --- MAKEALL |1 + Makefile|3 + board/spear/spear300/Makefile | 52 +++ board/spear/spear300/config.mk | 39 + board/spear/spear300/spr300_board.c | 57 include/configs/spear300