]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
Blackfin: adi boards: enable pretty flash progress output
authorMike Frysinger <vapier@gentoo.org>
Mon, 6 Jun 2011 00:18:43 +0000 (20:18 -0400)
committerMike 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

index 5d7840344259d4555aedb366497e5c5c1a2c0c61..80f8a1429b2a1871edaf36a1b871fef57d4b71f2 100644 (file)
 # define CONFIG_NET_RETRY_COUNT 20
 #endif
 
+/*
+ * Flash Settings
+ */
+#define CONFIG_FLASH_SHOW_PROGRESS 45
+
 /*
  * SPI Settings
  */