diff options
author | Tom Rini <trini@konsulko.com> | 2017-11-27 07:22:11 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-11-27 07:22:11 -0500 |
commit | 6e6cf015e7cdd7ca83a933320a81201972bd5e5e (patch) | |
tree | 997f0b96c2fdbea089ffa9ebf97f0b8fb2be8836 /README | |
parent | 0931b6f20e19f6c412d6ad1ba8e3b50b2a70c3c0 (diff) | |
parent | 5451ca4da99f09bce7a693056865c93c1182f183 (diff) | |
download | u-boot-6e6cf015e7cdd7ca83a933320a81201972bd5e5e.zip u-boot-6e6cf015e7cdd7ca83a933320a81201972bd5e5e.tar.gz u-boot-6e6cf015e7cdd7ca83a933320a81201972bd5e5e.tar.bz2 |
Merge git://www.denx.de/git/u-boot-imx
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'README')
-rw-r--r-- | README | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -2362,6 +2362,13 @@ The following options need to be configured: 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 + 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 |