Re: [U-Boot] non-needed objects added to resulting U-Boot image

2008-10-15 Thread Wolfgang Denk
Dear "Roman Mashak", In message <[EMAIL PROTECTED]> you wrote: > > > These libraries may be used in the link command of your image, but do > > you actually see any unused objects included in your linked image? > LIBS in Makefile incorporates all drivers, file systems etc., so > 'make' command tra

Re: [U-Boot] non-needed objects added to resulting U-Boot image

2008-10-14 Thread Roman Mashak
Hello 2008/10/14 Wolfgang Denk <[EMAIL PROTECTED]>: >> drivers/net/libnet.a >> drivers/net/sk98lin/libsk98lin.a >> drivers/pci/libpci.a >> drivers/pcmcia/libpcmcia.a >> >> and so on. > > These libraries may be used in the link command of your image, but do > you actually see any unused objects inc

Re: [U-Boot] non-needed objects added to resulting U-Boot image

2008-10-14 Thread Wolfgang Denk
Dear "Roman Mashak", In message <[EMAIL PROTECTED]> you wrote: > > I was building u-boot for ARM based custom board and I found that > unused and no needed object files are built and linked to the > resulting U-Boot image. For example, my board doesn't have PCI, > PCMCIA, USB or Ethernet, but acc