commit | 7758c169d5255dd0a8996c40e3edcd51b9f503e6 | [log] [tgz] |
---|---|---|
author | Stefan Roese <sr@denx.de> | Wed Mar 19 07:09:26 2008 +0100 |
committer | Stefan Roese <sr@denx.de> | Wed Mar 19 13:41:25 2008 +0100 |
tree | 41b34838d9842a42f3318ca1725bce969af3ef27 | |
parent | aae7357945da43dc32afd608a0d9ecba0f8ff191 [diff] |
CFI: Small cleanup for FLASH_SHOW_PROGRESS With this patch we don't need that many #ifdef's in the code. It moves the subtraction into the macro and defines a NOP-macro when CONFIG_FLASH_SHOW_PROGRESS is not defined. Signed-off-by: Stefan Roese <sr@denx.de> Acked-by: Gerald Van Baren <vanbaren@cideas.com>