commit | 81673e9ae14b771cd13faf19947192599cae3959 | [log] [tgz] |
---|---|---|
author | Kumar Gala <galak@kernel.crashing.org> | Tue May 13 19:01:54 2008 -0500 |
committer | Wolfgang Denk <wd@denx.de> | Tue Jun 03 19:42:05 2008 +0200 |
tree | 9e1cad932bd872cfdd1f761563f87be2fc242ad4 | |
parent | 95d449ad4de79dd32b1705b8a4d3550f1e9081e3 [diff] |
Make sure common.h is the first include. If common.h isn't first we can get CONFIG_ options defined in the board config file ignored. This can cause an issue if any of those config options impact the size of types of data structures (eg CONFIG_PHYS_64BIT). Signed-off-by: Kumar Gala <galak@kernel.crashing.org>