Skip to content
Snippets Groups Projects
Commit 763b5f34 authored by Wolfgang Denk's avatar Wolfgang Denk
Browse files

Remove board specific configuration includes from the common xilinx

ethernet and iic adapter code.
Patch by Michael Libeskind, 12 Jul 2005
parent be5048f1
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
......@@ -39,7 +39,6 @@
#include <common.h>
#include <net.h>
#include <configs/ml300.h>
#include "xparameters.h"
#include "xemac.h"
......
......@@ -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
......
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