diff options
| author | Mike Frysinger <[email protected]> | 2011-06-05 20:18:43 -0400 |
|---|---|---|
| committer | Mike Frysinger <[email protected]> | 2011-07-12 02:17:46 -0400 |
| commit | 27575587ba923f35356fa49a7907d88586ae1bd3 (patch) | |
| tree | 362afe3d4b88f887eb1bf6595e1158ebfe85c9b3 /include | |
| parent | ed7496349d7b0556af497d1f6d59c2b055f7ad02 (diff) | |
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 <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/bfin_adi_common.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/configs/bfin_adi_common.h b/include/configs/bfin_adi_common.h index 5d784034425..80f8a1429b2 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 |
