projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6da0c5b
)
ppc4xx: Only enable POST FPU test on Sequoia and not Rainier
author
Stefan Roese
<sr@denx.de>
Thu, 16 Aug 2007 08:18:33 +0000
(10:18 +0200)
committer
Stefan Roese
<sr@denx.de>
Thu, 16 Aug 2007 08:18:33 +0000
(10:18 +0200)
Signed-off-by: Stefan Roese <sr@denx.de>
include/configs/sequoia.h
patch
|
blob
|
history
diff --git
a/include/configs/sequoia.h
b/include/configs/sequoia.h
index 3f75a441a0d8d9eede36742c8f8b12a6acab963a..824a81240cdc949d41910858ae094c106db8321a 100644
(file)
--- a/
include/configs/sequoia.h
+++ b/
include/configs/sequoia.h
@@
-343,6
+343,11
@@
#define CONFIG_CMD_USB
#endif
+#ifndef CONFIG_RAINIER
+#define CFG_POST_FPU_ON CFG_POST_FPU
+#else
+#define CFG_POST_FPU_ON 0
+#endif
/* POST support */
#define CONFIG_POST (CFG_POST_MEMORY | \
@@
-350,7
+355,7
@@
CFG_POST_UART | \
CFG_POST_I2C | \
CFG_POST_CACHE | \
- CFG_POST_FPU
| \
+ CFG_POST_FPU
_ON
| \
CFG_POST_ETHER | \
CFG_POST_SPR)