diff options
author | Alex Kiernan <alex.kiernan@gmail.com> | 2018-02-16 15:50:44 +0000 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-02-24 08:43:42 -0500 |
commit | 8981433f4dd414568066355f9b479ce37f2f9f64 (patch) | |
tree | e652466ebacb40841d57a3186baa80cce76a808e /README | |
parent | 6cdd70eb52cc597717f549cd1b04bb85cc7a26a5 (diff) | |
download | u-boot-8981433f4dd414568066355f9b479ce37f2f9f64.tar.gz |
Convert CONFIG_BOOTCOUNT_EXT to Kconfig
This converts the following to Kconfig:
CONFIG_BOOTCOUNT_EXT
Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com>
Diffstat (limited to 'README')
-rw-r--r-- | README | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -2270,13 +2270,6 @@ The following options need to be configured: - bootcount support: CONFIG_AT91SAM9XE enable special bootcounter support on at91sam9xe based boards. - CONFIG_BOOTCOUNT_EXT - enable support for the bootcounter in EXT filesystem - CONFIG_SYS_BOOTCOUNT_ADDR = RAM address used for read - and write. - CONFIG_SYS_BOOTCOUNT_EXT_INTERFACE = interface - CONFIG_SYS_BOOTCOUNT_EXT_DEVPART = device and part - CONFIG_SYS_BOOTCOUNT_EXT_NAME = filename - Show boot progress: CONFIG_SHOW_BOOT_PROGRESS |