[U-Boot] [PATCH 0/8] Kbuild: A collection of trivial refactoring

Masahiro Yamada yamada.m at jp.panasonic.com
Wed Feb 26 06:50:57 CET 2014




Masahiro Yamada (8):
  config.mk: Delete unused variable BCURDIR
  Makefile: delete unused variable LDSCRIPT_MAKEFILE_DIR
  nand_spl: simpc8313: move config.mk used only for nand_spl
  x86: Delete redundant compiler flags
  sh: Do not define -ffreestanding twice
  sh: merge compiler flag -ffixed-r13
  m68k: merge compile flags -ffixed-d7 -sep-data
  arm64: Do not double -mstrict-align option

 Makefile                                              | 4 ----
 arch/arm/cpu/armv8/config.mk                          | 1 -
 arch/m68k/config.mk                                   | 3 ++-
 arch/m68k/cpu/mcf5227x/config.mk                      | 1 -
 arch/m68k/cpu/mcf523x/config.mk                       | 1 -
 arch/m68k/cpu/mcf52x2/config.mk                       | 2 --
 arch/m68k/cpu/mcf532x/config.mk                       | 2 --
 arch/m68k/cpu/mcf5445x/config.mk                      | 2 --
 arch/m68k/cpu/mcf547x_8x/config.mk                    | 1 -
 arch/sh/config.mk                                     | 1 +
 arch/sh/cpu/sh2/config.mk                             | 3 +--
 arch/sh/cpu/sh3/config.mk                             | 1 -
 arch/sh/cpu/sh4/config.mk                             | 1 -
 arch/x86/config.mk                                    | 5 +----
 config.mk                                             | 2 --
 nand_spl/board/sheldon/simpc8313/Makefile             | 2 ++
 {board => nand_spl/board}/sheldon/simpc8313/config.mk | 0
 17 files changed, 7 insertions(+), 25 deletions(-)
 rename {board => nand_spl/board}/sheldon/simpc8313/config.mk (100%)

-- 
1.8.3.2



More information about the U-Boot mailing list