]> git.ipfire.org Git - people/ms/u-boot.git/commit - common/dlmalloc.c
Make sure common.h is the first include.
authorKumar Gala <galak@kernel.crashing.org>
Wed, 14 May 2008 00:01:54 +0000 (19:01 -0500)
committerWolfgang Denk <wd@denx.de>
Tue, 3 Jun 2008 17:42:05 +0000 (19:42 +0200)
commit81673e9ae14b771cd13faf19947192599cae3959
tree9e1cad932bd872cfdd1f761563f87be2fc242ad4
parent95d449ad4de79dd32b1705b8a4d3550f1e9081e3
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>
common/dlmalloc.c