commit | 441a85bc41358b7894b3da464db119011e57151b | [log] [tgz] |
---|---|---|
author | Stephen Warren <swarren@nvidia.com> | Tue Oct 16 11:50:07 2012 +0000 |
committer | Tom Warren <twarren@nvidia.com> | Mon Oct 29 09:07:06 2012 -0700 |
tree | 50853be7d9d2a1d480b5a472ee4c13eee885009f | |
parent | ec356ed516d3fe46d2d6cbb7f33df3f0b9d88cd3 [diff] |
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>