]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Introduce generic u-boot.h file
authorSimon Glass <sjg@chromium.org>
Tue, 5 Mar 2013 14:39:35 +0000 (14:39 +0000)
committerTom Rini <trini@ti.com>
Fri, 15 Mar 2013 20:12:43 +0000 (16:12 -0400)
commit69d59b47ad408d9961b850f23e59a93fdeb71df8
tree6dcf53985a77f281ee39554f4cafc0fabb15f612
parentcb466c056a878dcae27b76eb86a124e0c5203e7a
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>
include/asm-generic/u-boot.h [new file with mode: 0644]