mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-31 11:31:32 +00:00
arm/km: drop unneeded define
CONFIG_BOOTCOUNT_LIMIT is used on all boards from this board series. So remove this unneeded define. Signed-off-by: Holger Brunck <holger.brunck@keymile.com> Acked-by: Valentin Longchamp <valentin.longchamp@keymile.com>
This commit is contained in:
parent
38716189d4
commit
bbfd509da6
1 changed files with 0 additions and 4 deletions
|
@ -164,7 +164,6 @@ static int initialize_unit_leds(void)
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
#if defined(CONFIG_BOOTCOUNT_LIMIT)
|
|
||||||
static void set_bootcount_addr(void)
|
static void set_bootcount_addr(void)
|
||||||
{
|
{
|
||||||
uchar buf[32];
|
uchar buf[32];
|
||||||
|
@ -173,7 +172,6 @@ static void set_bootcount_addr(void)
|
||||||
sprintf((char *)buf, "0x%x", bootcountaddr);
|
sprintf((char *)buf, "0x%x", bootcountaddr);
|
||||||
setenv("bootcountaddr", (char *)buf);
|
setenv("bootcountaddr", (char *)buf);
|
||||||
}
|
}
|
||||||
#endif
|
|
||||||
|
|
||||||
int misc_init_r(void)
|
int misc_init_r(void)
|
||||||
{
|
{
|
||||||
|
@ -210,9 +208,7 @@ int misc_init_r(void)
|
||||||
|
|
||||||
initialize_unit_leds();
|
initialize_unit_leds();
|
||||||
set_km_env();
|
set_km_env();
|
||||||
#if defined(CONFIG_BOOTCOUNT_LIMIT)
|
|
||||||
set_bootcount_addr();
|
set_bootcount_addr();
|
||||||
#endif
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue