tests.c (8d79953d03e6c5b24215609997dafe4daa623cd6) tests.c (8dafa87476b0d7170e219c2f5e3842c833a91807)
1/*
2 * (C) Copyright 2002
3 * Wolfgang Denk, DENX Software Engineering, wd@denx.de.
4 *
5 * See file CREDITS for list of people who contributed to this
6 * project.
7 *
8 * This program is free software; you can redistribute it and/or

--- 227 unchanged lines hidden (view full) ---

236 NULL,
237 CFG_POST_CODEC
238 },
239#endif
240#if CONFIG_POST & CFG_POST_ECC
241 {
242 "ECC test",
243 "ecc",
1/*
2 * (C) Copyright 2002
3 * Wolfgang Denk, DENX Software Engineering, wd@denx.de.
4 *
5 * See file CREDITS for list of people who contributed to this
6 * project.
7 *
8 * This program is free software; you can redistribute it and/or

--- 227 unchanged lines hidden (view full) ---

236 NULL,
237 CFG_POST_CODEC
238 },
239#endif
240#if CONFIG_POST & CFG_POST_ECC
241 {
242 "ECC test",
243 "ecc",
244 "This test checks ECC facility of memory.",
245 POST_ROM | POST_ALWAYS,
244 "This test checks the ECC facility of memory.",
245 POST_ROM | POST_ALWAYS | POST_PREREL,
246 &ecc_post_test,
247 NULL,
248 NULL,
249 CFG_POST_ECC
250 },
251#endif
252};
253
254unsigned int post_list_size = sizeof (post_list) / sizeof (struct post_test);
255
256#endif /* CONFIG_POST */
246 &ecc_post_test,
247 NULL,
248 NULL,
249 CFG_POST_ECC
250 },
251#endif
252};
253
254unsigned int post_list_size = sizeof (post_list) / sizeof (struct post_test);
255
256#endif /* CONFIG_POST */