diff mbox

[U-Boot,14/18] Blackfin: adi boards: enable pretty flash progress output

Message ID 1309289787-7846-15-git-send-email-vapier@gentoo.org
State Accepted
Commit 27575587ba923f35356fa49a7907d88586ae1bd3
Delegated to: Mike Frysinger
Headers show

Commit Message

Mike Frysinger June 28, 2011, 7:36 p.m. UTC
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 <vapier@gentoo.org>
---
 include/configs/bfin_adi_common.h |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)
diff mbox

Patch

diff --git a/include/configs/bfin_adi_common.h b/include/configs/bfin_adi_common.h
index 5d78403..80f8a14 100644
--- a/include/configs/bfin_adi_common.h
+++ b/include/configs/bfin_adi_common.h
@@ -277,6 +277,11 @@ 
 #endif
 
 /*
+ * Flash Settings
+ */
+#define CONFIG_FLASH_SHOW_PROGRESS 45
+
+/*
  * SPI Settings
  */
 #ifdef CONFIG_SPI_FLASH_ALL