Re: [U-Boot] Some question about uboot

2009-02-24 Thread Wolfgang Denk
Dear loody, In message <3a665c760902240521y768bead8x9bebc4a30ac04...@mail.gmail.com> you wrote: > > If I only need uboot to do cpu basic setting with USB ehci and file > system support, does it still need 128k at least? File system support is big (which file system(s) are we talking about?), and

Re: [U-Boot] Some question about uboot

2009-02-24 Thread loody
Hi Jerry: 2009/2/24 Jerry Van Baren : > loody wrote: >> >> Dear all: >> While porting uboot, I find there are too many things I don't need at >> all, like net, i2c etc. >> How could I remove them from my uboot binary to minimize the size of >> uboot, my flash limitation is 6k? > > If 6K is truly w

Re: [U-Boot] Some question about uboot

2009-02-24 Thread Jerry Van Baren
loody wrote: > Dear all: > While porting uboot, I find there are too many things I don't need at > all, like net, i2c etc. > How could I remove them from my uboot binary to minimize the size of > uboot, my flash limitation is 6k? If 6K is truly what you have, you aren't going to get there with u-b

Re: [U-Boot] Some question about uboot

2009-02-23 Thread Aggrwal Poonam-B10812
> -Original Message- > From: u-boot-boun...@lists.denx.de > [mailto:u-boot-boun...@lists.denx.de] On Behalf Of loody > Sent: Tuesday, February 24, 2009 12:19 PM > To: u-boot@lists.denx.de > Subject: [U-Boot] Some question about uboot > > Dear all: > While

[U-Boot] Some question about uboot

2009-02-23 Thread loody
Dear all: While porting uboot, I find there are too many things I don't need at all, like net, i2c etc. How could I remove them from my uboot binary to minimize the size of uboot, my flash limitation is 6k? I try to edit Makefile to remove them by marking some library setting, but it compile error