From mboxrd@z Thu Jan 1 00:00:00 1970 From: Heiko Schocher Date: Wed, 28 Jan 2009 10:40:54 +0100 Subject: [U-Boot] [PATCH 29/31] 8xx, kmsupx4: add bootcount support Message-ID: <49802826.4010408@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Signed-off-by: Heiko Schocher --- include/configs/keymile-common.h | 2 +- include/configs/km8xx.h | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/include/configs/keymile-common.h b/include/configs/keymile-common.h index 20f7bab..3736cd8 100644 --- a/include/configs/keymile-common.h +++ b/include/configs/keymile-common.h @@ -27,7 +27,7 @@ /* Do boardspecific init for all boards */ #define CONFIG_BOARD_EARLY_INIT_R 1 -#if defined(CONFIG_MGCOGE) || defined(CONFIG_MGSUVD) +#if defined(CONFIG_MGCOGE) || defined(CONFIG_MGSUVD) || defined(CONFIG_KMSUPX4) #define CONFIG_BOOTCOUNT_LIMIT #endif diff --git a/include/configs/km8xx.h b/include/configs/km8xx.h index 0ab75b4..237eb6a 100644 --- a/include/configs/km8xx.h +++ b/include/configs/km8xx.h @@ -54,10 +54,8 @@ #define CONFIG_8xx_CONS_SMC1 1 /* Console is on SMC1 */ #define CONFIG_SYS_SMC_RXBUFLEN 128 -#if defined(CONFIG_MGSUVD) #define CONFIG_SYS_CPM_BOOTCOUNT_ADDR 0x1eb0 /* In case of SMC relocation, the - * default value is not working */ -#endif + * default value is not working */ #define CONFIG_PREBOOT "echo;" \ "echo Type \\\"run flash_nfs\\\" to mount root filesystem over NFS;" \ -- 1.6.0.6 -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany