diff options
author | Alex Kiernan <alex.kiernan@gmail.com> | 2018-02-16 15:50:43 +0000 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-02-24 08:43:42 -0500 |
commit | 6cdd70eb52cc597717f549cd1b04bb85cc7a26a5 (patch) | |
tree | 1d6897e27c3f6000157eaf688bcd86ef86bcfcf3 /README | |
parent | ff5410d34b1ce3fa3785ecfd785704cfccc30938 (diff) | |
download | u-boot-6cdd70eb52cc597717f549cd1b04bb85cc7a26a5.tar.gz |
Convert CONFIG_BOOTCOUNT_I2C to Kconfig
This converts the following to Kconfig:
CONFIG_BOOTCOUNT_I2C
Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com>
Reviewed-by: Lukasz Majewski <lukma@denx.de>
Diffstat (limited to 'README')
-rw-r--r-- | README | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -2270,12 +2270,6 @@ The following options need to be configured: - bootcount support: CONFIG_AT91SAM9XE enable special bootcounter support on at91sam9xe based boards. - CONFIG_BOOTCOUNT_I2C - enable support for the bootcounter on an i2c (like RTC) device. - CONFIG_SYS_I2C_RTC_ADDR = i2c chip address - CONFIG_SYS_BOOTCOUNT_ADDR = i2c addr which is used for - the bootcounter. - CONFIG_BOOTCOUNT_ALEN = address len CONFIG_BOOTCOUNT_EXT enable support for the bootcounter in EXT filesystem CONFIG_SYS_BOOTCOUNT_ADDR = RAM address used for read |