]> git.karo-electronics.de Git - karo-tx-uboot.git/commitdiff
ppc4xx: Add RTC POST test to lwmon5 board configuration
authorStefan Roese <sr@denx.de>
Fri, 24 Aug 2007 13:41:42 +0000 (15:41 +0200)
committerStefan Roese <sr@denx.de>
Fri, 24 Aug 2007 13:41:42 +0000 (15:41 +0200)
Since this RTC POST test is taking quite a while to complete
it's only initiated upon special keypress same as the complete
memory POST.

Signed-off-by: Stefan Roese <sr@denx.de>
include/configs/lwmon5.h

index ecca577aa44a9a1128027ba5f94f230f85a0abf7..be483245b91aee0147883591283c5bece29ad310 100644 (file)
 #endif
 
 /* POST support */
-#define CONFIG_POST            (CFG_POST_MEMORY   | \
-                                CFG_POST_ECC_ON   | \
+#define CONFIG_POST            (CFG_POST_CACHE    | \
                                 CFG_POST_CPU      | \
-                                CFG_POST_UART     | \
-                                CFG_POST_I2C      | \
-                                CFG_POST_CACHE    | \
-                                CFG_POST_FPU      | \
+                                CFG_POST_ECC_ON   | \
                                 CFG_POST_ETHER    | \
-                                CFG_POST_SPR)
+                                CFG_POST_FPU      | \
+                                CFG_POST_I2C      | \
+                                CFG_POST_MEMORY   | \
+                                CFG_POST_RTC      | \
+                                CFG_POST_SPR      | \
+                                CFG_POST_UART)
 
 #define CFG_POST_CACHE_ADDR    0x10000000      /* free virtual address         */
 #define CONFIG_LOGBUFFER