From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Chou Date: Thu, 24 Dec 2015 10:50:57 +0800 Subject: [U-Boot] [PATCH 4/5] altera_qspi: show erase progress In-Reply-To: <201512240229.00296.marex@denx.de> References: <1450918284-16174-1-git-send-email-thomas@wytron.com.tw> <1450918284-16174-4-git-send-email-thomas@wytron.com.tw> <201512240229.00296.marex@denx.de> Message-ID: <567B5D91.6000903@wytron.com.tw> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Marek, On 2015?12?24? 09:29, Marek Vasut wrote: > On Thursday, December 24, 2015 at 01:51:23 AM, Thomas Chou wrote: >> Show sector erase progress with dot and comma. >> >> Signed-off-by: Thomas Chou >> --- > > Shouldn't this go into common code ? > The code to print a dot is minimal. It will cost more if this go into common code. Alternatively, we might set the flash_verbose directly and remove the flash_set_verbose(). Best regards, Thomas