]> git.ipfire.org Git - people/ms/u-boot.git/commit
ARM: tegra: combine duplicate Makefile rules
authorStephen Warren <swarren@nvidia.com>
Tue, 16 Oct 2012 11:50:07 +0000 (11:50 +0000)
committerTom Warren <twarren@nvidia.com>
Mon, 29 Oct 2012 16:07:06 +0000 (09:07 -0700)
commite4ec9346735fdccce4d9b75a5896affe224a38be
tree50853be7d9d2a1d480b5a472ee4c13eee885009f
parentee2e185f62d7b9962fa295acbb55688fbace4ad4
ARM: tegra: combine duplicate Makefile rules

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 <swarren@nvidia.com>
Acked-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Warren <twarren@nvidia.com>
Makefile