Re: [U-Boot] [PATCH 1/1] mips: unify lds

2009-05-15 Thread Shinya Kuribayashi
Wolfgang Denk wrote: Dear Jean-Christophe PLAGNIOL-VILLARD, In message 1241989002-21623-1-git-send-email-plagn...@jcrosoft.com you wrote: all mips boards except a few use the same cpu lds so move it to cpu/$(CPU) that could be overwrite in following order SOC BOARD via the

Re: [U-Boot] [PATCH 1/1] mips: unify lds

2009-05-15 Thread Shinya Kuribayashi
Shinya Kuribayashi wrote: Background is, we're going to have a single, unified u-boot.lds, hence OUTPUT_FORMAT(default, big, little) command would be applied across all supported targets as well. Then, we'd like to pass -EL specifier to the linker so that some little-endian builds are

[U-Boot] [PATCH 1/1] mips: unify lds

2009-05-10 Thread Jean-Christophe PLAGNIOL-VILLARD
all mips boards except a few use the same cpu lds so move it to cpu/$(CPU) that could be overwrite in following order SOC BOARD via the corresponding config.mk Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com Cc: Shinya Kuribayashi shinya.kuribaya...@necel.com --- Makefile

Re: [U-Boot] [PATCH 1/1] mips: unify lds

2009-05-10 Thread Wolfgang Denk
Dear Jean-Christophe PLAGNIOL-VILLARD, In message 1241989002-21623-1-git-send-email-plagn...@jcrosoft.com you wrote: all mips boards except a few use the same cpu lds so move it to cpu/$(CPU) that could be overwrite in following order SOC BOARD via the corresponding config.mk