Skip to content
Snippets Groups Projects
Commit 27575587 authored by Mike Frysinger's avatar Mike Frysinger
Browse files

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: default avatarMike Frysinger <vapier@gentoo.org>
parent ed749634
No related branches found
No related tags found
No related merge requests found
...@@ -276,6 +276,11 @@ ...@@ -276,6 +276,11 @@
# define CONFIG_NET_RETRY_COUNT 20 # define CONFIG_NET_RETRY_COUNT 20
#endif #endif
/*
* Flash Settings
*/
#define CONFIG_FLASH_SHOW_PROGRESS 45
/* /*
* SPI Settings * SPI Settings
*/ */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment