Re: [U-Boot] [PATCH 2/4] ARM: tegra: combine duplicate Makefile rules

2012-10-17 Thread Simon Glass
Hi Stephen, On Tue, Oct 16, 2012 at 2:50 PM, Stephen Warren wrote: > From: Stephen Warren > > The rules to generate u-boot-{no,}dtb-tegra.bin were almost identical. > Combine them into a single paremeterized rule. This will allow the next > patch to edit a single rule, rather than being cut/past

[U-Boot] [PATCH 2/4] ARM: tegra: combine duplicate Makefile rules

2012-10-16 Thread Stephen Warren
From: Stephen Warren The rules to generate u-boot-{no,}dtb-tegra.bin were almost identical. Combine them into a single paremeterized rule. This will allow the next patch to edit a single rule, rather than being cut/paste twice. Signed-off-by: Stephen Warren --- Makefile | 15 ---