Hi Daniel, On 04/16/2011 12:16 AM, [email protected] wrote: > All architectures but MIPS are using --gc-sections on final linking. > This patch introduces that feature for MIPS to reduce the memory and > flash footprint. > > Signed-off-by: Daniel Schwierzeck <[email protected]> > Cc: Shinya Kuribayashi <[email protected]> > Cc: Wolfgang Denk <[email protected]> > Cc: Stefan Roese <[email protected]> > Cc: Thomas Lange <[email protected]> > Cc: Vlad Lungu <[email protected]> > --- > Tested with ELDK-4.1 and self-built gcc-4.3.3/binutils-2.19.1 on my > boards. I could not test the other boards so I would appreciate it if > the maintainers in CC could do a quick test on their boards. > > arch/mips/config.mk | 2 ++ > board/dbau1x00/u-boot.lds | 10 +++++----- > board/gth2/u-boot.lds | 10 +++++----- > board/incaip/u-boot.lds | 10 +++++----- > board/micronas/vct/u-boot.lds | 10 +++++----- > board/pb1x00/u-boot.lds | 10 +++++----- > board/qemu-mips/u-boot.lds | 10 +++++----- > board/tb0229/u-boot.lds | 10 +++++----- > examples/standalone/mips.lds | 10 +++++----- > 9 files changed, 42 insertions(+), 40 deletions(-)
Thanks for the work, now pushed to u-boot-mips/master. By the way, would you do me a favor. In your mail header, > From: [email protected] Please provide this in the form of, From: Your Name <your@address> This helps patch maintainer(s) to avoid manually fixing Author: field, which is wrongly set when importing patches from E-mails using git-am. I noticed this when we got patches from you for the first time around this February or March and fixed manually at that time, but forgot to tell about that. _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

