diff options
author | Mike Frysinger <vapier@gentoo.org> | 2011-05-10 16:06:41 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2011-09-29 16:38:05 -0400 |
commit | 4257ea4efd57d9bd32a40fc6bdaec97b0bad1085 (patch) | |
tree | 88a37c5c7d349ddf76ab622f7fa4b51dcc31cc32 /include/configs/bfin_adi_common.h | |
parent | 0fc4744412a58993a2a59787d2594c2f8f0b5f35 (diff) | |
download | u-boot-imx-4257ea4efd57d9bd32a40fc6bdaec97b0bad1085.zip u-boot-imx-4257ea4efd57d9bd32a40fc6bdaec97b0bad1085.tar.gz u-boot-imx-4257ea4efd57d9bd32a40fc6bdaec97b0bad1085.tar.bz2 |
Blackfin: post: drop custom test list
The few tests that are Blackfin-specific have been migrated to common
code or been rewritten with the existing "bsp-specific" defines.
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'include/configs/bfin_adi_common.h')
-rw-r--r-- | include/configs/bfin_adi_common.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/bfin_adi_common.h b/include/configs/bfin_adi_common.h index 57d9b97..bae2d76 100644 --- a/include/configs/bfin_adi_common.h +++ b/include/configs/bfin_adi_common.h @@ -55,7 +55,6 @@ # endif # ifdef CONFIG_POST # define CONFIG_CMD_DIAG -# define CONFIG_POST_ALT_LIST # endif # ifdef CONFIG_RTC_BFIN # define CONFIG_CMD_DATE |