diff options
author | Wolfgang Denk <wd@pollux.denx.de> | 2005-08-23 23:03:20 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@pollux.denx.de> | 2005-08-23 23:03:20 +0200 |
commit | ec2e5a2ccea77102ba7357d31d5670b4467967d3 (patch) | |
tree | c6d27b5e69309850a0d45b9899f823fb0227bea4 /board/amcc/ocotea/ocotea.c | |
parent | 2ac4785c2fc5289780f63a00d9b9a75dd658b15e (diff) | |
parent | d6c61aabc49c22a5c040f046fdc04dc478ed071f (diff) | |
download | u-boot-imx-ec2e5a2ccea77102ba7357d31d5670b4467967d3.zip u-boot-imx-ec2e5a2ccea77102ba7357d31d5670b4467967d3.tar.gz u-boot-imx-ec2e5a2ccea77102ba7357d31d5670b4467967d3.tar.bz2 |
Merge with testing-4xx_enet (Create generic 4xx Ethernet code)
Diffstat (limited to 'board/amcc/ocotea/ocotea.c')
-rw-r--r-- | board/amcc/ocotea/ocotea.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/amcc/ocotea/ocotea.c b/board/amcc/ocotea/ocotea.c index 5f436ea..50981c2 100644 --- a/board/amcc/ocotea/ocotea.c +++ b/board/amcc/ocotea/ocotea.c @@ -28,7 +28,7 @@ #include "ocotea.h" #include <asm/processor.h> #include <spd_sdram.h> -#include <440gx_enet.h> +#include <ppc4xx_enet.h> #define BOOT_SMALL_FLASH 32 /* 00100000 */ #define FLASH_ONBD_N 2 /* 00000010 */ |