commit | a1facc9908d939c9ccadd4e92a98c012d36d78b8 | [log] [tgz] |
---|---|---|
author | Wolfgang Denk <wd@denx.de> | Mon Mar 12 15:00:23 2012 +0100 |
committer | Wolfgang Denk <wd@denx.de> | Mon Mar 12 15:00:23 2012 +0100 |
tree | 1099f67fa36adbe3341155b2b7dc6ac1582c808e | |
parent | 84d6228776a92679ee92d7b80b9c7def0cf9c784 [diff] |
Revert "post/Makefile: Only build FP post tests if enabled via CONFIG_SYS_POST_FPU" This reverts commit 3e16abe0e468c568b30acb7d8583e3dbed6f177b. The logic of this patch is broken - testing for CONFIG_SYS_POST_FPU in the Makefile cannot work, as this is only a bit that may (or may not) be set in the CONFIG_POST variable. The patch cases build errors on a number of boards, so we revert it. Signed-off-by: Wolfgang Denk <wd@denx.de>