mirror of
https://github.com/Stichting-MINIX-Research-Foundation/u-boot.git
synced 2025-09-13 14:06:07 -04:00
Remove board specific configuration includes from the common xilinx
ethernet and iic adapter code. Patch by Michael Libeskind, 12 Jul 2005
This commit is contained in:
parent
be5048f166
commit
763b5f34c3
@ -2,6 +2,10 @@
|
|||||||
Changes since U-Boot 1.1.4:
|
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
|
* Add Nat Semi DP83865 PHY support to MPC85xx TSEC driver
|
||||||
Patch by Murray Jensen, 08 Jul 2005
|
Patch by Murray Jensen, 08 Jul 2005
|
||||||
|
|
||||||
|
@ -39,7 +39,6 @@
|
|||||||
|
|
||||||
#include <common.h>
|
#include <common.h>
|
||||||
#include <net.h>
|
#include <net.h>
|
||||||
#include <configs/ml300.h>
|
|
||||||
#include "xparameters.h"
|
#include "xparameters.h"
|
||||||
#include "xemac.h"
|
#include "xemac.h"
|
||||||
|
|
||||||
|
@ -40,7 +40,6 @@
|
|||||||
#include <common.h>
|
#include <common.h>
|
||||||
#include <environment.h>
|
#include <environment.h>
|
||||||
#include <net.h>
|
#include <net.h>
|
||||||
#include <configs/ml300.h>
|
|
||||||
#include "xparameters.h"
|
#include "xparameters.h"
|
||||||
|
|
||||||
#ifdef CFG_ENV_IS_IN_EEPROM
|
#ifdef CFG_ENV_IS_IN_EEPROM
|
||||||
|
Loading…
x
Reference in New Issue
Block a user