summaryrefslogtreecommitdiff
path: root/post/tests.c
diff options
context:
space:
mode:
authorStefan Roese <sr@denx.de>2008-01-09 10:43:47 +0100
committerStefan Roese <sr@denx.de>2008-01-09 10:43:47 +0100
commit1466ef8db57a2b52efd8c900dd37e7b3840dc263 (patch)
treea81e87f5d4968652555d64d122bcfef01f6ce7c7 /post/tests.c
parent1f84021a85abeb837d2ce0dc84297b4f1d45d516 (diff)
parentb2e2142c500c48a57f18f9dd30e66c13caea0971 (diff)
downloadu-boot-imx-1466ef8db57a2b52efd8c900dd37e7b3840dc263.zip
u-boot-imx-1466ef8db57a2b52efd8c900dd37e7b3840dc263.tar.gz
u-boot-imx-1466ef8db57a2b52efd8c900dd37e7b3840dc263.tar.bz2
Merge branch 'lwmon5-no-ocm'
Diffstat (limited to 'post/tests.c')
-rw-r--r--post/tests.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/post/tests.c b/post/tests.c
index e1c3d28..0c49e32 100644
--- a/post/tests.c
+++ b/post/tests.c
@@ -194,7 +194,7 @@ struct post_test post_list[] =
"SPR test",
"spr",
"This test checks SPR contents.",
- POST_ROM | POST_ALWAYS | POST_PREREL,
+ POST_RAM | POST_ALWAYS,
&spr_post_test,
NULL,
NULL,