commit | 5e724ca2b65cea97a5945b163c765427a7ebf3d1 | [log] [tgz] |
---|---|---|
author | Stephen Warren <swarren@nvidia.com> | Tue May 22 09:21:54 2012 +0000 |
committer | Albert ARIBAUD (U-Boot) <uboot@lilith.(none)> | Mon Jul 09 22:44:33 2012 +0200 |
tree | cf173d7b7d648d6a8ad3ed9424898d83667d32d6 | |
parent | f857fff6068fe36a327a0ff6d837412caaf2e07d [diff] |
Add env vars describing U-Boot target board This can be useful for generic scripts. For example, rather than hard- coding a script to ext2load tegra-harmony.dtb, it could load ${soc}-${board}.dtb and hence not need adjustments to run on multiple boards. Signed-off-by: Stephen Warren <swarren@nvidia.com> Acked-by: Simon Glass <sjg@chromium.org> Signed-off-by: Tom Warren <twarren@nvidia.com>