ppc4xx: Only enable POST FPU test on Sequoia and not Rainier

Signed-off-by: Stefan Roese <sr@denx.de>
This commit is contained in:
Stefan Roese 2007-08-16 10:18:33 +02:00
parent 6da0c5bd4a
commit 9de469bd96
1 changed files with 6 additions and 1 deletions

View File

@ -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)