diff options
author | Stefan Roese <sr@denx.de> | 2007-01-06 13:11:52 +0100 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2007-01-06 13:11:52 +0100 |
commit | aeeced147c2ca52fbc674a6a7bd66ab1d80f245c (patch) | |
tree | c433290737f14b6c547443ad094d0519dbfa8bbf /cpu/ppc4xx/cpu_init.c | |
parent | 86cb03ac70863196de04c9adace0b43f7fee4434 (diff) | |
parent | cd1d937f90250a32988c37b2b4af8364d25de8ed (diff) |
Merge with git+ssh://sr@pollux.denx.org/home/sr/git/u-boot/denx/.git
Diffstat (limited to 'cpu/ppc4xx/cpu_init.c')
-rw-r--r-- | cpu/ppc4xx/cpu_init.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/cpu/ppc4xx/cpu_init.c b/cpu/ppc4xx/cpu_init.c index 4b746b072ee..db0559b04d2 100644 --- a/cpu/ppc4xx/cpu_init.c +++ b/cpu/ppc4xx/cpu_init.c @@ -31,9 +31,6 @@ DECLARE_GLOBAL_DATA_PTR; #endif - -#define mtebc(reg, data) mtdcr(ebccfga,reg);mtdcr(ebccfgd,data) - #ifdef CFG_INIT_DCACHE_CS # if (CFG_INIT_DCACHE_CS == 0) # define PBxAP pb0ap |