commit | 0910d0bcb85acdf09b9dfd8ded452367b540a4ad | [log] [tgz] |
---|---|---|
author | Mike Partington <mparting@lexmark.com> | Wed Oct 27 10:31:09 2010 +0000 |
committer | Wolfgang Denk <wd@denx.de> | Tue Dec 06 20:52:35 2011 +0100 |
tree | cbd67d5cc3e23ee070d6551ad8c0e11f55c9fc56 | |
parent | a621614d0cda202408f6f500bbb46b92e599e98b [diff] |
Standalone Apps: Standalone apps should need only exports.h. Modify exports.h to remove its dependencies on other files, thus enabling standalone apps to require only exports.h from the U-Boot source tree. This appears to be the intent based on the following note: http://lists.denx.de/pipermail/u-boot/2010-January/067174.html Signed-off-by: Mike Partington <mparting@lexmark.com>