diff options
author | Yuri Tikhonov <yur@emcraft.com> | 2008-05-08 15:42:47 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2008-05-20 23:24:37 +0200 |
commit | 6e8ec682268493b8d098f99e17b1ce71b4448977 (patch) | |
tree | 5c4ab944f93c7fd3667cfea0daa34ef91119459b /post/cpu/ppc4xx/Makefile | |
parent | 6891260bdd935a382c95d9fa333922b0dfded68a (diff) | |
download | u-boot-6e8ec682268493b8d098f99e17b1ce71b4448977.tar.gz u-boot-6e8ec682268493b8d098f99e17b1ce71b4448977.tar.bz2 u-boot-6e8ec682268493b8d098f99e17b1ce71b4448977.zip |
POST: OCM test added.
Added OCM test to POST layer. This version runs before all other tests
but doesn't yet interrupt post sequence on failure.
Signed-off-by: Ilya Yanok <yanok@emcraft.com>
Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
Diffstat (limited to 'post/cpu/ppc4xx/Makefile')
-rw-r--r-- | post/cpu/ppc4xx/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/post/cpu/ppc4xx/Makefile b/post/cpu/ppc4xx/Makefile index f19dc5d3ce..1cfd3bb59c 100644 --- a/post/cpu/ppc4xx/Makefile +++ b/post/cpu/ppc4xx/Makefile @@ -29,6 +29,7 @@ COBJS-$(CONFIG_HAS_POST) += cache.o COBJS-$(CONFIG_HAS_POST) += denali_ecc.o COBJS-$(CONFIG_HAS_POST) += ether.o COBJS-$(CONFIG_HAS_POST) += fpu.o +COBJS-$(CONFIG_HAS_POST) += ocm.o COBJS-$(CONFIG_HAS_POST) += spr.o COBJS-$(CONFIG_HAS_POST) += uart.o COBJS-$(CONFIG_HAS_POST) += watchdog.o |