mgsuvd, mgcoge: added BOOTCOUNT feature.
authorHeiko Schocher <hs@denx.de>
Wed, 15 Oct 2008 07:41:33 +0000 (09:41 +0200)
committerWolfgang Denk <wd@denx.de>
Sat, 18 Oct 2008 19:54:02 +0000 (21:54 +0200)
Signed-off-by: Heiko Schocher <hs@denx.de>
include/configs/mgcoge.h
include/configs/mgsuvd.h

index cdbfd67..ecf93e9 100644 (file)
@@ -76,6 +76,8 @@
 
 #define CONFIG_BAUDRATE                115200
 
+#define CONFIG_BOOTCOUNT_LIMIT
+
 /*
  * Command line configuration.
  */
index eda71c0..4ecaeac 100644 (file)
@@ -48,6 +48,8 @@
 #define CONFIG_BAUDRATE                115200  /* console baudrate = 115kbps   */
 
 #define CONFIG_BOOTCOUNT_LIMIT
+#define CFG_CPM_BOOTCOUNT_ADDR 0x1eb0  /* In case of SMC relocation, the
+                                        * default value is not working */
 
 #define CONFIG_BOOTDELAY       5       /* autoboot after 5 seconds     */