commit | 47d41cc3a11a03c6d56146d056145df73f47eb50 | [log] [tgz] |
---|---|---|
author | Kumar Gala <galak@kernel.crashing.org> | Thu Feb 05 20:40:57 2009 -0600 |
committer | Wolfgang Denk <wd@denx.de> | Tue Feb 10 00:43:54 2009 +0100 |
tree | 1fd502e443701cb6cc344f568188cfa37d4e0659 | |
parent | 4c78d4a6c01621721b732418e1c6da684a56bbb1 [diff] |
Add an architecture specific config.h for common defines We have common defines that we duplicate in various ways. Having an arch specific config.h gives us a common location for those defines. Eventually we should be able to replace this when we have proper Kconfig support. Signed-off-by: Kumar Gala <galak@kernel.crashing.org>