mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-03 16:04:47 +01:00
Fix compile problem
This commit is contained in:
parent
47705af5da
commit
7c60908ffb
2 changed files with 4 additions and 1 deletions
|
|
@ -2,6 +2,8 @@
|
|||
Changes since U-Boot 1.1.4:
|
||||
======================================================================
|
||||
|
||||
* Fix compile problem
|
||||
|
||||
* Added PCI support for MPC8349ADS board
|
||||
Patch by Kumar Gala 11 Jan 2006
|
||||
|
||||
|
|
|
|||
|
|
@ -21,12 +21,13 @@
|
|||
/****************************************************************************/
|
||||
|
||||
#include <common.h>
|
||||
|
||||
#ifdef CONFIG_DRIVER_KS8695ETH
|
||||
#include <malloc.h>
|
||||
#include <net.h>
|
||||
#include <asm/io.h>
|
||||
#include <asm/arch/platform.h>
|
||||
|
||||
#ifdef CONFIG_DRIVER_KS8695ETH
|
||||
/****************************************************************************/
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue