Skip to content
Snippets Groups Projects
Commit 66da6fa0 authored by Jean-Christophe PLAGNIOL-VILLARD's avatar Jean-Christophe PLAGNIOL-VILLARD Committed by Wolfgang Denk
Browse files

Fix remaining build issues with MPC8xx FADS boards.

parent 81d3f1fd
No related branches found
No related tags found
No related merge requests found
...@@ -38,7 +38,7 @@ ...@@ -38,7 +38,7 @@
#define CONFIG_DRAM_50MHZ 1 #define CONFIG_DRAM_50MHZ 1
#define CONFIG_SDRAM_50MHZ 1 #define CONFIG_SDRAM_50MHZ 1
#include "fads.h" #include "../../board/fads/fads.h"
#ifdef USE_REAL_FLASH_VALUES #ifdef USE_REAL_FLASH_VALUES
/* /*
......
...@@ -41,7 +41,7 @@ ...@@ -41,7 +41,7 @@
#define CONFIG_DRAM_50MHZ 1 #define CONFIG_DRAM_50MHZ 1
#define CONFIG_SDRAM_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_OR5_PRELIM 0xFFFF8110 /* 64Kbyte address space */
#define CFG_BR5_PRELIM (CFG_PHYDEV_ADDR | BR_PS_8 | BR_V) #define CFG_BR5_PRELIM (CFG_PHYDEV_ADDR | BR_PS_8 | BR_V)
......
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
#define CONFIG_SDRAM_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_OR5_PRELIM 0xFFFF8110 /* 64Kbyte address space */
#define CFG_BR5_PRELIM (CFG_PHYDEV_ADDR | BR_PS_8 | BR_V) #define CFG_BR5_PRELIM (CFG_PHYDEV_ADDR | BR_PS_8 | BR_V)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment