diff options
author | Stefan Roese <sr@denx.de> | 2008-01-09 10:43:47 +0100 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2008-01-09 10:43:47 +0100 |
commit | 1466ef8db57a2b52efd8c900dd37e7b3840dc263 (patch) | |
tree | a81e87f5d4968652555d64d122bcfef01f6ce7c7 /post/tests.c | |
parent | 1f84021a85abeb837d2ce0dc84297b4f1d45d516 (diff) | |
parent | b2e2142c500c48a57f18f9dd30e66c13caea0971 (diff) | |
download | u-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.c | 2 |
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, |