mirror of
https://github.com/Stichting-MINIX-Research-Foundation/u-boot.git
synced 2025-09-12 13:35:21 -04:00
Fix conditional for including ks8695eth driver
Patch by Greg Ungerer, 04 Jun 2005
This commit is contained in:
parent
92b197f0da
commit
7c54c7018e
@ -2,6 +2,9 @@
|
|||||||
Changes since U-Boot 1.1.4:
|
Changes since U-Boot 1.1.4:
|
||||||
======================================================================
|
======================================================================
|
||||||
|
|
||||||
|
* Fix conditional for including ks8695eth driver
|
||||||
|
Patch by Greg Ungerer, 04 Jun 2005
|
||||||
|
|
||||||
* Fix Makefile: include config.mk only after CROSS_COMPILE is defined
|
* Fix Makefile: include config.mk only after CROSS_COMPILE is defined
|
||||||
Patch by Friedrich Lobenstock, 02 Jun 2005
|
Patch by Friedrich Lobenstock, 02 Jun 2005
|
||||||
|
|
||||||
|
@ -18,8 +18,6 @@
|
|||||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifdef CONFIG_DRIVER_KS8695ETH
|
|
||||||
|
|
||||||
/****************************************************************************/
|
/****************************************************************************/
|
||||||
|
|
||||||
#include <common.h>
|
#include <common.h>
|
||||||
@ -28,6 +26,7 @@
|
|||||||
#include <asm/io.h>
|
#include <asm/io.h>
|
||||||
#include <asm/arch/platform.h>
|
#include <asm/arch/platform.h>
|
||||||
|
|
||||||
|
#ifdef CONFIG_DRIVER_KS8695ETH
|
||||||
/****************************************************************************/
|
/****************************************************************************/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user