From 758694ff076255115b6cd936b13108db3773ee57 Mon Sep 17 00:00:00 2001 From: Marek Vasut Date: Thu, 11 Oct 2018 00:13:54 +0200 Subject: bootcount: Make bootcount magic configurable Add new Kconfig option, SYS_BOOTCOUNT_MAGIC, to select the boot counter magic word. This can be useful ie. in case the entire boot counter register is not usable. Signed-off-by: Marek Vasut Cc: Tom Rini --- include/common.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include') diff --git a/include/common.h b/include/common.h index 83b3bdc58df..8b9f859c07f 100644 --- a/include/common.h +++ b/include/common.h @@ -385,7 +385,6 @@ uint dpram_alloc(uint size); uint dpram_alloc_align(uint size,uint align); void bootcount_store (ulong); ulong bootcount_load (void); -#define BOOTCOUNT_MAGIC 0xB001C041 /* $(CPU)/.../ */ void mii_init (void); -- cgit v1.3.1