Re: [U-Boot] [PATCH 2/6] S5PC100: SMDKC100 Board support

2009-07-20 Thread Wolfgang Denk
Dear Minkyu Kang, In message <1f3430fb0907200415n1482bc40s33a44cf3ca439...@mail.gmail.com> you wrote: > > > Find out which part of your code triggers the use of the _dvmd_lnx.o > > code and avoid this; from the error message it seems to be some > > (long) division. > > yes, we tried it. >

Re: [U-Boot] [PATCH 2/6] S5PC100: SMDKC100 Board support

2009-07-20 Thread Minkyu Kang
Dear Wolfgang, 2009/7/18 Wolfgang Denk : > Dear Minkyu Kang, > > In message <1f3430fb0907170142l51139f76jed37a47f7760f...@mail.gmail.com> you > wrote: >> >> >> +void raise(void) >> >> +{ >> >> +} >> > >> > Why would that be needed? >> >> Actually this function is workaround. >> because of undefin

Re: [U-Boot] [PATCH 2/6] S5PC100: SMDKC100 Board support

2009-07-17 Thread Wolfgang Denk
Dear Minkyu Kang, In message <1f3430fb0907170142l51139f76jed37a47f7760f...@mail.gmail.com> you wrote: > > >> +void raise(void) > >> +{ > >> +} > > > > Why would that be needed? > > Actually this function is workaround. > because of undefined reference error > > /opt/toolchains/arm-2008q3/bin/../l

Re: [U-Boot] [PATCH 2/6] S5PC100: SMDKC100 Board support

2009-07-17 Thread Minkyu Kang
2009/7/11 Wolfgang Denk : > Dear HeungJun Kim, > > In message <350d1ec30906250108q5949e337neb54520d6773f...@mail.gmail.com> you > wrote: >> This patch initializes DRAM memory, OneNAND, & Board specific functions. >> Also, it includes SMDKC100 configuration file & modification of Makefile. >> >> Si

Re: [U-Boot] [PATCH 2/6] S5PC100: SMDKC100 Board support

2009-07-10 Thread Wolfgang Denk
Dear HeungJun Kim, In message <350d1ec30906250108q5949e337neb54520d6773f...@mail.gmail.com> you wrote: > This patch initializes DRAM memory, OneNAND, & Board specific functions. > Also, it includes SMDKC100 configuration file & modification of Makefile. > > Signed-off-by: HeungJun, Kim > > ---

[U-Boot] [PATCH 2/6] S5PC100: SMDKC100 Board support

2009-06-25 Thread HeungJun Kim
This patch initializes DRAM memory, OneNAND, & Board specific functions. Also, it includes SMDKC100 configuration file & modification of Makefile. Signed-off-by: HeungJun, Kim --- Makefile |5 + board/samsung/smdkc100/Makefile| 54 +++ board/sams