diff options
author | Jerry Van Baren <gvb.uboot@gmail.com> | 2008-03-08 13:48:01 -0500 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2008-03-19 13:41:25 +0100 |
commit | 9a042e9ca512beaaa2cb450274313fc477141241 (patch) | |
tree | 150f87eee6ed6aa0fdea646892e47981c36687fb /README | |
parent | 23e20aa6488e6c0622496549861bfdc74108debe (diff) | |
download | u-boot-imx-9a042e9ca512beaaa2cb450274313fc477141241.zip u-boot-imx-9a042e9ca512beaaa2cb450274313fc477141241.tar.gz u-boot-imx-9a042e9ca512beaaa2cb450274313fc477141241.tar.bz2 |
Flash programming progress countdown.
Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
Diffstat (limited to 'README')
-rw-r--r-- | README | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1946,6 +1946,11 @@ Configuration Settings: 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 + column displays, 15 (3..1) for 40 column displays. + - CFG_RX_ETH_BUFFER: Defines the number of ethernet receive buffers. On some ethernet controllers it is recommended to set this value |