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/csb272 | |
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/csb272')
-rw-r--r-- | board/csb272/csb272.c | 2 | ||||
-rw-r--r-- | board/csb272/u-boot.lds | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/board/csb272/csb272.c b/board/csb272/csb272.c index fecd7e8..e847879 100644 --- a/board/csb272/csb272.c +++ b/board/csb272/csb272.c @@ -25,7 +25,7 @@ #include <asm/processor.h> #include <i2c.h> #include <miiphy.h> -#include <405gp_enet.h> +#include <ppc4xx_enet.h> /* * Configuration data for AMIS FS6377-01 Programmable 3-PLL Clock Generator diff --git a/board/csb272/u-boot.lds b/board/csb272/u-boot.lds index 8dbc592..8571fa4 100644 --- a/board/csb272/u-boot.lds +++ b/board/csb272/u-boot.lds @@ -69,7 +69,7 @@ SECTIONS cpu/ppc4xx/serial.o (.text) cpu/ppc4xx/cpu_init.o (.text) cpu/ppc4xx/speed.o (.text) - cpu/ppc4xx/405gp_enet.o (.text) + cpu/ppc4xx/4xx_enet.o (.text) common/dlmalloc.o (.text) lib_generic/crc32.o (.text) |