projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ed74963
)
Blackfin: adi boards: enable pretty flash progress output
author
Mike Frysinger
<vapier@gentoo.org>
Mon, 6 Jun 2011 00:18:43 +0000
(20:18 -0400)
committer
Mike Frysinger
<vapier@gentoo.org>
Tue, 12 Jul 2011 06:17:46 +0000
(
02:17
-0400)
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
patch
|
blob
|
history
diff --git
a/include/configs/bfin_adi_common.h
b/include/configs/bfin_adi_common.h
index 5d7840344259d4555aedb366497e5c5c1a2c0c61..80f8a1429b2a1871edaf36a1b871fef57d4b71f2 100644
(file)
--- 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
*/