commit | 69d59b47ad408d9961b850f23e59a93fdeb71df8 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Mar 05 14:39:35 2013 +0000 |
committer | Tom Rini <trini@ti.com> | Fri Mar 15 16:12:43 2013 -0400 |
tree | 6dcf53985a77f281ee39554f4cafc0fabb15f612 | |
parent | cb466c056a878dcae27b76eb86a124e0c5203e7a [diff] |
Introduce generic u-boot.h file This file holds the board info structure. We need this to be generic for the unified board series, so create a structure which contains the basic fields required by the main architectures. Signed-off-by: Simon Glass <sjg@chromium.org>