mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-07 17:57:38 +01:00
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
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue