mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-18 13:11:31 +00:00
Fix remaining build issues with MPC8xx FADS boards.
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
This commit is contained in:
parent
81d3f1fddd
commit
66da6fa0e3
3 changed files with 3 additions and 3 deletions
|
@ -38,7 +38,7 @@
|
|||
#define CONFIG_DRAM_50MHZ 1
|
||||
#define CONFIG_SDRAM_50MHZ 1
|
||||
|
||||
#include "fads.h"
|
||||
#include "../../board/fads/fads.h"
|
||||
|
||||
#ifdef USE_REAL_FLASH_VALUES
|
||||
/*
|
||||
|
|
|
@ -41,7 +41,7 @@
|
|||
#define CONFIG_DRAM_50MHZ 1
|
||||
#define CONFIG_SDRAM_50MHZ 1
|
||||
|
||||
#include "fads.h"
|
||||
#include "../../board/fads/fads.h"
|
||||
|
||||
#define CFG_OR5_PRELIM 0xFFFF8110 /* 64Kbyte address space */
|
||||
#define CFG_BR5_PRELIM (CFG_PHYDEV_ADDR | BR_PS_8 | BR_V)
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
|
||||
#define CONFIG_SDRAM_50MHZ 1
|
||||
|
||||
#include "fads.h"
|
||||
#include "../../board/fads/fads.h"
|
||||
|
||||
#define CFG_OR5_PRELIM 0xFFFF8110 /* 64Kbyte address space */
|
||||
#define CFG_BR5_PRELIM (CFG_PHYDEV_ADDR | BR_PS_8 | BR_V)
|
||||
|
|
Loading…
Add table
Reference in a new issue