All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/8] Kbuild: A collection of trivial refactoring
@ 2014-02-26  5:50 Masahiro Yamada
  2014-02-26  5:50 ` [U-Boot] [PATCH 1/8] config.mk: Delete unused variable BCURDIR Masahiro Yamada
                   ` (8 more replies)
  0 siblings, 9 replies; 26+ messages in thread
From: Masahiro Yamada @ 2014-02-26  5:50 UTC (permalink / raw)
  To: u-boot




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

^ permalink raw reply	[flat|nested] 26+ messages in thread

end of thread, other threads:[~2014-03-05  2:10 UTC | newest]

Thread overview: 26+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-02-26  5:50 [U-Boot] [PATCH 0/8] Kbuild: A collection of trivial refactoring Masahiro Yamada
2014-02-26  5:50 ` [U-Boot] [PATCH 1/8] config.mk: Delete unused variable BCURDIR Masahiro Yamada
2014-03-04 19:15   ` [U-Boot] [U-Boot, " Tom Rini
2014-02-26  5:50 ` [U-Boot] [PATCH 2/8] Makefile: delete unused variable LDSCRIPT_MAKEFILE_DIR Masahiro Yamada
2014-03-04 19:15   ` [U-Boot] [U-Boot, " Tom Rini
2014-02-26  5:51 ` [U-Boot] [PATCH 3/8] nand_spl: simpc8313: move config.mk used only for nand_spl Masahiro Yamada
2014-03-04 19:15   ` [U-Boot] [U-Boot, " Tom Rini
2014-02-26  5:51 ` [U-Boot] [PATCH 4/8] x86: Delete redundant compiler flags Masahiro Yamada
2014-02-27 20:44   ` Simon Glass
2014-03-04 19:15   ` [U-Boot] [U-Boot,4/8] " Tom Rini
2014-02-26  5:51 ` [U-Boot] [PATCH 5/8] sh: Do not define -ffreestanding twice Masahiro Yamada
2014-02-27 21:24   ` Nobuhiro Iwamatsu
2014-02-28  3:39     ` Masahiro Yamada
2014-03-04 20:37       ` Tom Rini
2014-03-05  0:45         ` Nobuhiro Iwamatsu
2014-03-05  2:10           ` Tom Rini
2014-02-26  5:51 ` [U-Boot] [PATCH 6/8] sh: merge compiler flag -ffixed-r13 Masahiro Yamada
2014-02-27 21:24   ` Nobuhiro Iwamatsu
2014-02-26  5:51 ` [U-Boot] [PATCH 7/8] m68k: merge compile flags -ffixed-d7 -sep-data Masahiro Yamada
2014-03-04 19:16   ` [U-Boot] [U-Boot, " Tom Rini
2014-02-26  5:51 ` [U-Boot] [PATCH 8/8] arm64: Do not double -mstrict-align option Masahiro Yamada
2014-02-26 13:55   ` Tom Rini
2014-02-26 21:58     ` Albert ARIBAUD
2014-02-26 22:03       ` Tom Rini
2014-02-26 22:08         ` Albert ARIBAUD
2014-02-26 13:56 ` [U-Boot] [PATCH 0/8] Kbuild: A collection of trivial refactoring Tom Rini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.