diff options
author | Tom Rini <trini@konsulko.com> | 2022-07-23 13:05:05 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-08-04 16:18:47 -0400 |
commit | 1107dad82010385de5298951b764f35ca569cc6a (patch) | |
tree | 55e3417f11127310816daa327efaf64ce659a430 /README | |
parent | 1db251bdd5750e89bdb3c0707f51de0029cc0f0e (diff) | |
download | u-boot-1107dad82010385de5298951b764f35ca569cc6a.tar.gz u-boot-1107dad82010385de5298951b764f35ca569cc6a.tar.bz2 u-boot-1107dad82010385de5298951b764f35ca569cc6a.zip |
Convert CONFIG_SYS_FLASH_QUIET_TEST to Kconfig
This converts the following to Kconfig:
CONFIG_SYS_FLASH_QUIET_TEST
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'README')
-rw-r--r-- | README | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -1752,12 +1752,6 @@ Configuration Settings: s29ws-n MirrorBit flash has non-standard addresses for buffered write commands. -- CONFIG_SYS_FLASH_QUIET_TEST - If this option is defined, the common CFI flash doesn't - print it's warning upon not recognized FLASH banks. This - is useful, if some of the configured banks are only - optionally available. - - CONFIG_FLASH_SHOW_PROGRESS If defined (must be an integer), print out countdown digits and dots. Recommended value: 45 (9..1) for 80 |