summaryrefslogtreecommitdiffstats
path: root/board
diff options
context:
space:
mode:
authorJon Loeliger <jdl@freescale.com>2008-01-03 10:41:04 -0600
committerJon Loeliger <jdl@freescale.com>2008-01-03 10:41:04 -0600
commit5c740711f0ea5b51414b341b71597c4a0751be74 (patch)
tree63de4ef78727ebef7636cfdad04527ef91adc840 /board
parent61d3421bdea090bd0399b14c3e10a3bebcc8d5ff (diff)
downloadtalos-obmc-uboot-5c740711f0ea5b51414b341b71597c4a0751be74.tar.gz
talos-obmc-uboot-5c740711f0ea5b51414b341b71597c4a0751be74.zip
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.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/freescale/mpc8610hpcd/init.S b/board/freescale/mpc8610hpcd/init.S
index 68797a8121..4d811e1377 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
OpenPOWER on IntegriCloud