8610: Move include of config.h earlier.
Include config.h earlier in the set of #includes so as to avoid a incidental and duplicate definition of CFG_CACHELINE_SIZE. Signed-off-by: Jon Loeliger
This commit is contained in:
parent
61d3421bde
commit
5c740711f0
|
@ -9,11 +9,11 @@
|
||||||
* Version 2 as published by the Free Software Foundation.
|
* Version 2 as published by the Free Software Foundation.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#include <config.h>
|
||||||
#include <ppc_asm.tmpl>
|
#include <ppc_asm.tmpl>
|
||||||
#include <ppc_defs.h>
|
#include <ppc_defs.h>
|
||||||
#include <asm/cache.h>
|
#include <asm/cache.h>
|
||||||
#include <asm/mmu.h>
|
#include <asm/mmu.h>
|
||||||
#include <config.h>
|
|
||||||
#include <mpc86xx.h>
|
#include <mpc86xx.h>
|
||||||
|
|
||||||
#define LAWAR_TRGT_PCI1 0x00000000
|
#define LAWAR_TRGT_PCI1 0x00000000
|
||||||
|
|
Loading…
Reference in New Issue