summaryrefslogtreecommitdiffstats
path: root/post/cpu/ppc4xx/Makefile
diff options
context:
space:
mode:
authorLarry Johnson <lrj@arlinx.com>2007-10-27 12:48:15 -0400
committerStefan Roese <sr@denx.de>2007-12-27 19:35:33 +0100
commita724a9b40c7fbeb6ade193ca52321b441eaecb4e (patch)
treea3a4724c6d0aa340586400d3e563e0684c83c167 /post/cpu/ppc4xx/Makefile
parent454a6cf8d498f70d2b3e18f07837603eb24b12d4 (diff)
downloadblackbird-obmc-uboot-a724a9b40c7fbeb6ade193ca52321b441eaecb4e.tar.gz
blackbird-obmc-uboot-a724a9b40c7fbeb6ade193ca52321b441eaecb4e.zip
Fix/enhance ECC POST for 440EPx/GRx
This patch allows the ECC POST to be used for different boards with the PPC440 Denali SDRAM controller. Modifications include skipping the test if ECC is not enabled (as for non-ECC DIMMs) and adding synchronization to prevent timing errors. Signed-off-by: Larry Johnson <lrj@acm.org>
Diffstat (limited to 'post/cpu/ppc4xx/Makefile')
-rw-r--r--post/cpu/ppc4xx/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/post/cpu/ppc4xx/Makefile b/post/cpu/ppc4xx/Makefile
index f1034dac24..e3f44b7774 100644
--- a/post/cpu/ppc4xx/Makefile
+++ b/post/cpu/ppc4xx/Makefile
@@ -24,6 +24,6 @@
LIB = libpostppc4xx.a
AOBJS = cache_4xx.o
-COBJS = cache.o ether.o fpu.o spr.o uart.o watchdog.o
+COBJS = cache.o denali_ecc.o ether.o fpu.o spr.o uart.o watchdog.o
include $(TOPDIR)/post/rules.mk
OpenPOWER on IntegriCloud