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

2009-05-23 Thread Shinya Kuribayashi
Jean-Christophe PLAGNIOL-VILLARD 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 > > Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD Looks good, except for one nit.

[U-Boot] [PATCH 2/2 V2] mips: unify lds

2009-05-23 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 --- board/dbau1x00/u-boot.lds | 67 -- boar