diff options
author | Jon Loeliger <jdl@freescale.com> | 2008-01-03 10:41:04 -0600 |
---|---|---|
committer | Jon Loeliger <jdl@freescale.com> | 2008-01-03 10:41:04 -0600 |
commit | 5c740711f0ea5b51414b341b71597c4a0751be74 (patch) | |
tree | 63de4ef78727ebef7636cfdad04527ef91adc840 /board | |
parent | 61d3421bdea090bd0399b14c3e10a3bebcc8d5ff (diff) | |
download | u-boot-imx-5c740711f0ea5b51414b341b71597c4a0751be74.zip u-boot-imx-5c740711f0ea5b51414b341b71597c4a0751be74.tar.gz u-boot-imx-5c740711f0ea5b51414b341b71597c4a0751be74.tar.bz2 |
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
Diffstat (limited to 'board')
-rw-r--r-- | board/freescale/mpc8610hpcd/init.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/freescale/mpc8610hpcd/init.S b/board/freescale/mpc8610hpcd/init.S index 68797a8..4d811e1 100644 --- a/board/freescale/mpc8610hpcd/init.S +++ b/board/freescale/mpc8610hpcd/init.S @@ -9,11 +9,11 @@ * Version 2 as published by the Free Software Foundation. */ +#include <config.h> #include <ppc_asm.tmpl> #include <ppc_defs.h> #include <asm/cache.h> #include <asm/mmu.h> -#include <config.h> #include <mpc86xx.h> #define LAWAR_TRGT_PCI1 0x00000000 |