Commit 82e45a204190593e8613145a928f998fb8c909c4

Authored by Jerry Van Baren
Committed by Kim Phillips
1 parent 0fa7a1b471

Enable CONFIG_FLASH_SHOW_PROGRESS on the MPC8360EMDS.

Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
Signed-off-by: Kim Phillips <kim.phillips@freescale.com>

Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff

include/configs/MPC8360EMDS.h
... ... @@ -194,6 +194,7 @@
194 194 #define CFG_FLASH_CFI_DRIVER /* use the CFI driver */
195 195 #define CFG_FLASH_BASE 0xFE000000 /* FLASH base address */
196 196 #define CFG_FLASH_SIZE 32 /* max FLASH size is 32M */
  197 +#define CONFIG_FLASH_SHOW_PROGRESS 45 /* count down from 45/5: 9..1 */
197 198  
198 199 #define CFG_LBLAWBAR0_PRELIM CFG_FLASH_BASE /* Window base at flash base */
199 200 #define CFG_LBLAWAR0_PRELIM 0x80000018 /* 32MB window size */