X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=post%2Ftests.c;h=5c019b643df9d16543bfdc79353572c687818383;hb=HEAD;hp=d8ac54e7589c456bf1d1369c8ce50466c7ddce35;hpb=5735bca5f677a5aeb61364a6491080c6bb2ebc0e;p=u-boot diff --git a/post/tests.c b/post/tests.c index d8ac54e758..5c019b643d 100644 --- a/post/tests.c +++ b/post/tests.c @@ -1,12 +1,7 @@ +// SPDX-License-Identifier: GPL-2.0+ /* * (C) Copyright 2002 * Wolfgang Denk, DENX Software Engineering, wd@denx.de. - * - * SPDX-License-Identifier: GPL-2.0+ - * - * Be sure to mark tests to be run before relocation as such with the - * CONFIG_SYS_POST_PREREL flag so that logging is done correctly if the - * logbuffer support is enabled. */ #include @@ -180,18 +175,6 @@ struct post_test post_list[] = CONFIG_SYS_POST_ETHER }, #endif -#if CONFIG_POST & CONFIG_SYS_POST_SPI - { - "SPI test", - "spi", - "This test verifies the SPI operation.", - POST_RAM | POST_ALWAYS, - &spi_post_test, - NULL, - NULL, - CONFIG_SYS_POST_SPI - }, -#endif #if CONFIG_POST & CONFIG_SYS_POST_USB { "USB test",