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 /README | |
parent | 04c96ed2a6820ba2aee978826f96d464386b8cab (diff) | |
download | u-boot-ff5410d34b1ce3fa3785ecfd785704cfccc30938.tar.gz |
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 'README')
-rw-r--r-- | README | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -2270,8 +2270,6 @@ The following options need to be configured: - bootcount support: CONFIG_AT91SAM9XE enable special bootcounter support on at91sam9xe based boards. - CONFIG_BOOTCOUNT_RAM - enable support for the bootcounter in RAM CONFIG_BOOTCOUNT_I2C enable support for the bootcounter on an i2c (like RTC) device. CONFIG_SYS_I2C_RTC_ADDR = i2c chip address |