Re: [U-Boot] Question about ARM compiler optimization problem

2008-11-21 Thread Choe, Hyun-ho
After I looked into disassembled ARM codes, found no reason to cause problem. When I compiled with -Os option, the C source code like following: static int flash_toggle (flash_info_t * info, flash_sect_t sect, uint offset, uchar cmd) { void *addr; cfiwor

Re: [U-Boot] Question about ARM compiler optimization problem

2008-11-20 Thread Choe, Hyun-ho
Hi. 2008-11-20 (목), 19:02 +0100, Jean-Christophe PLAGNIOL-VILLARD 쓰시길: > On 02:59 Fri 21 Nov , Choe, Hyun-ho wrote: > > In cpu dir, there is arm920t/ks8695. > > ks8695p is some modified chip from ks8695. > do this modification is U-Boot mainline supported? > > I think so, but, there is some

Re: [U-Boot] Question about ARM compiler optimization problem

2008-11-20 Thread Choe, Hyun-ho
In cpu dir, there is arm920t/ks8695. ks8695p is some modified chip from ks8695. In board section, OpenGear cm4008 and cm41xx uses ks8695. 2008-11-20 (목), 18:45 +0100, Jean-Christophe PLAGNIOL-VILLARD 쓰시길: > On 01:27 Fri 21 Nov , Choe, Hyun-ho wrote: > > Hello, everyone. > > > > Currently, I

Re: [U-Boot] Question about ARM compiler optimization problem

2008-11-20 Thread Jean-Christophe PLAGNIOL-VILLARD
On 01:27 Fri 21 Nov , Choe, Hyun-ho wrote: > Hello, everyone. > > Currently, I'm working on ARM922T-based board.(In fact, U-Boot is > already ported on that board, Kendin/Micrel KS8695P.) > what version of U-Boot? I do not found your board in the mainline Best Regards, J. __