]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
Remove board specific configuration includes from the common xilinx
authorWolfgang Denk <wd@pollux.denx.de>
Sun, 12 Mar 2006 22:13:27 +0000 (23:13 +0100)
committerWolfgang Denk <wd@pollux.denx.de>
Sun, 12 Mar 2006 22:13:27 +0000 (23:13 +0100)
ethernet and iic adapter code.
Patch by Michael Libeskind, 12 Jul 2005

CHANGELOG
board/xilinx/xilinx_enet/emac_adapter.c
board/xilinx/xilinx_iic/iic_adapter.c

index d6363d6fb684d44ec8fa8602425e0a6f913ff013..f24c4d94835be19fb194c45065e20c19d71b15da 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -2,6 +2,10 @@
 Changes since U-Boot 1.1.4:
 ======================================================================
 
+* Remove board specific configuration includes from the common xilinx
+  ethernet and iic adapter code.
+  Patch by Michael Libeskind, 12 Jul 2005
+
 * Add Nat Semi DP83865 PHY support to MPC85xx TSEC driver
   Patch by Murray Jensen, 08 Jul 2005
 
index 5c492ebbc0ec484f78b69d083babff65aa9c1dd1..b30e8976692211c55242938ed70296f90a5ab38d 100644 (file)
@@ -39,7 +39,6 @@
 
 #include <common.h>
 #include <net.h>
-#include <configs/ml300.h>
 #include "xparameters.h"
 #include "xemac.h"
 
index f3ecba72dc88095ba9837f7fe01e14544cc6efdf..163fe1511dba17b4c08ec4ac119c15648e6b1ad6 100644 (file)
@@ -40,7 +40,6 @@
 #include <common.h>
 #include <environment.h>
 #include <net.h>
-#include <configs/ml300.h>
 #include "xparameters.h"
 
 #ifdef CFG_ENV_IS_IN_EEPROM