diff options
-rw-r--r-- | include/configs/theadorable.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/configs/theadorable.h b/include/configs/theadorable.h index a4bcf21210..20a44c9349 100644 --- a/include/configs/theadorable.h +++ b/include/configs/theadorable.h @@ -120,6 +120,14 @@ #define CONFIG_FPGA_STRATIX_V /* + * Bootcounter + */ +#define CONFIG_BOOTCOUNT_LIMIT +#define CONFIG_BOOTCOUNT_RAM +/* Max size of RAM minus BOOTCOUNT_ADDR is the bootcounter address */ +#define BOOTCOUNT_ADDR 0x1000 + +/* * mv-common.h should be defined after CMD configs since it used them * to enable certain macros */ |