
On Wed, Feb 26, 2014 at 02:50:57PM +0900, Masahiro Yamada wrote:
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%)
Patches 1 through 7 look good and I'll pick them up soon, commented on 8.