From: Mike Frysinger Date: Mon, 6 Jun 2011 00:18:43 +0000 (-0400) Subject: Blackfin: adi boards: enable pretty flash progress output X-Git-Tag: v2011.09-rc1~95^2~7 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=27575587ba923f35356fa49a7907d88586ae1bd3;p=oweals%2Fu-boot.git Blackfin: adi boards: enable pretty flash progress output For only ~150 bytes increase in size, we can get a nice flash progress indicator rather than just the boring dots (which don't tell too much about overall progress). So enable it for all ADI boards. Signed-off-by: Mike Frysinger --- diff --git a/include/configs/bfin_adi_common.h b/include/configs/bfin_adi_common.h index 5d78403442..80f8a1429b 100644 --- a/include/configs/bfin_adi_common.h +++ b/include/configs/bfin_adi_common.h @@ -276,6 +276,11 @@ # define CONFIG_NET_RETRY_COUNT 20 #endif +/* + * Flash Settings + */ +#define CONFIG_FLASH_SHOW_PROGRESS 45 + /* * SPI Settings */