[U-Boot] [PATCH v2 0/7] MIPS: use an unified u-boot.lds script

Gabor Juhos juhosg at openwrt.org
Wed Jan 30 15:31:51 CET 2013


This patch-set adds an unfied u-boot.lds file for the MIPS 
architecture, and removes the linker scripts of the individual 
boards.

The series depends on the following patch:
  MIPS: remove OUTPUT_FORMAT from linker scripts
  http://patchwork.ozlabs.org/patch/216892/

Gabor Juhos (7):
  MIPS: add unified u-boot.lds file
  MIPS: qemu-mips: use the unified u-boot.lds script
  MIPS: pb1x00: remove custom u-boot.lds script
  MIPS: vct: remove custom u-boot.lds script
  MIPS: incaip: remove custom u-boot.lds script
  MIPS: dbau1x00: remove custom u-boot.lds script
  MIPS: qi_lb60: remove custom u-boot.lds script

 arch/mips/cpu/u-boot.lds      |   84 +++++++++++++++++++++++++++++++++++++++++
 board/dbau1x00/u-boot.lds     |   65 -------------------------------
 board/incaip/u-boot.lds       |   65 -------------------------------
 board/micronas/vct/u-boot.lds |   68 ---------------------------------
 board/pb1x00/u-boot.lds       |   65 -------------------------------
 board/qemu-mips/u-boot.lds    |   70 ----------------------------------
 board/qi/qi_lb60/u-boot.lds   |   61 ------------------------------
 7 files changed, 84 insertions(+), 394 deletions(-)
 create mode 100644 arch/mips/cpu/u-boot.lds
 delete mode 100644 board/dbau1x00/u-boot.lds
 delete mode 100644 board/incaip/u-boot.lds
 delete mode 100644 board/micronas/vct/u-boot.lds
 delete mode 100644 board/pb1x00/u-boot.lds
 delete mode 100644 board/qemu-mips/u-boot.lds
 delete mode 100644 board/qi/qi_lb60/u-boot.lds

-- 
1.7.10



More information about the U-Boot mailing list