[U-Boot] [PATCH v2 4/6] ARM: tegra: delete Tegra specific code from toplevel Makefile

2013-09-26 Thread Masahiro Yamada
This patch moves Tegra specific directory entries from the toplevel Makefile and spl/Makefile to arch/arm/cpu/*/Makefile using Kbuild descending feature. Signed-off-by: Masahiro Yamada Cc: Tom Warren --- Changes for v2: - No change Makefile | 6 +- arch/arm/cpu/Make

Re: [U-Boot] [PATCH v2 4/6] ARM: tegra: delete Tegra specific code from toplevel Makefile

2013-09-27 Thread Stephen Warren
On 09/27/2013 12:09 AM, Masahiro Yamada wrote: > This patch moves Tegra specific directory entries > from the toplevel Makefile and spl/Makefile > to arch/arm/cpu/*/Makefile using Kbuild descending feature. That sounds more like a "move" than a "delete", so the patch subject sounds misleading... _

Re: [U-Boot] [PATCH v2 4/6] ARM: tegra: delete Tegra specific code from toplevel Makefile

2013-09-30 Thread Masahiro Yamada
Hello Stephen > > This patch moves Tegra specific directory entries > > from the toplevel Makefile and spl/Makefile > > to arch/arm/cpu/*/Makefile using Kbuild descending feature. > > That sounds more like a "move" than a "delete", so the patch subject > sounds misleading... You are right. I pos