commit | e80f7ca4c0311d403ed2b0aabe87685ffb14292a | [log] [tgz] |
---|---|---|
author | Lucas Stach <dev@lynxeye.de> | Sat Sep 29 10:02:08 2012 +0000 |
committer | Tom Rini <trini@ti.com> | Mon Oct 15 11:54:07 2012 -0700 |
tree | 504881dc35b1c8302751d00eefa634080621ef30 | |
parent | 93748d3b7aa784632a2f65e5c087bc576456d068 [diff] |
tegra: clean up board include hell The prototypes used in board files were all scattered out, which lead to code duplication between SPL and normal U-Boot and some prototypes not actually being used. Consolidate this in a common board header. Signed-off-by: Lucas Stach <dev@lynxeye.de> Acked-by: Stephen Warren <swarren@nvidia.com> Signed-off-by: Tom Warren <twarren@nvidia.com>