
27 Mar
2013
27 Mar
'13
7:47 p.m.
On Wed, Mar 27, 2013 at 11:51:25AM -0600, Stephen Warren wrote:
From: Stephen Warren swarren@nvidia.com
This allows:
MAKEALL -s tegra
to replace:
MAKEALL -s tegra20 -s tegra30 -s tegra114
The following also works:
MAKEALL -s tegra -s omap
Signed-off-by: Stephen Warren swarren@nvidia.com
v2: Modified the commit description marginally to s/tegra*/tegra/ in the first example MAKEALL command; it's a regex match so a substring, so the
- isn't needed. Also add the dual tegra/omap example command.
Applied to u-boot/master, thanks!
--
Tom