diff options
author | Alex Kiernan <alex.kiernan@gmail.com> | 2018-02-16 15:50:42 +0000 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-02-24 08:43:39 -0500 |
commit | ff5410d34b1ce3fa3785ecfd785704cfccc30938 (patch) | |
tree | a40a247a37aa48af77766ae49ecced298c187247 /include/configs/theadorable.h | |
parent | 04c96ed2a6820ba2aee978826f96d464386b8cab (diff) |
Convert CONFIG_BOOTCOUNT_RAM to Kconfig
This converts the following to Kconfig:
CONFIG_BOOTCOUNT_RAM
Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com>
Reviewed-by: Lukasz Majewski <lukma@denx.de>
Diffstat (limited to 'include/configs/theadorable.h')
-rw-r--r-- | include/configs/theadorable.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/theadorable.h b/include/configs/theadorable.h index a213e7e0a2..e4ec2c00f8 100644 --- a/include/configs/theadorable.h +++ b/include/configs/theadorable.h @@ -82,7 +82,6 @@ /* * Bootcounter */ -#define CONFIG_BOOTCOUNT_RAM /* Max size of RAM minus BOOTCOUNT_ADDR is the bootcounter address */ #define BOOTCOUNT_ADDR 0x1000 |