From 5c740711f0ea5b51414b341b71597c4a0751be74 Mon Sep 17 00:00:00 2001
From: Jon Loeliger <jdl@freescale.com>
Date: Thu, 3 Jan 2008 10:41:04 -0600
Subject: [PATCH] 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
---
 board/freescale/mpc8610hpcd/init.S | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
-- 
GitLab