diff options
author | Kumar Gala <galak@kernel.crashing.org> | 2008-06-09 18:55:38 -0500 |
---|---|---|
committer | Andrew Fleming-AFLEMING <afleming@freescale.com> | 2008-06-11 00:35:57 -0500 |
commit | 81e56e9af0d43712db8efb843606a8d62eab454f (patch) | |
tree | 7f7ad35d96259f90273d922fa7a2295075c96e25 | |
parent | 978e81604c1b28526ed580df0fbe64eb8384e94f (diff) | |
download | u-boot-imx-81e56e9af0d43712db8efb843606a8d62eab454f.zip u-boot-imx-81e56e9af0d43712db8efb843606a8d62eab454f.tar.gz u-boot-imx-81e56e9af0d43712db8efb843606a8d62eab454f.tar.bz2 |
MPC8544DS: Update config.h
* Enable flash progress
* remove CLEAR_LAW0 since we dont really use it
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
-rw-r--r-- | include/configs/MPC8544DS.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/MPC8544DS.h b/include/configs/MPC8544DS.h index d5006b5..acb1682 100644 --- a/include/configs/MPC8544DS.h +++ b/include/configs/MPC8544DS.h @@ -77,7 +77,6 @@ extern unsigned long get_board_sys_clk(unsigned long dummy); #define CONFIG_L2_CACHE /* toggle L2 cache */ #define CONFIG_BTB /* toggle branch predition */ #define CONFIG_ADDR_STREAMING /* toggle addr streaming */ -#define CONFIG_CLEAR_LAW0 /* Clear LAW0 in cpu_init_r */ /* * Only possible on E500 Version 2 or newer cores. @@ -169,6 +168,7 @@ extern unsigned long get_board_sys_clk(unsigned long dummy); #undef CFG_FLASH_CHECKSUM #define CFG_FLASH_ERASE_TOUT 60000 /* Flash Erase Timeout (ms) */ #define CFG_FLASH_WRITE_TOUT 500 /* Flash Write Timeout (ms) */ +#define CONFIG_FLASH_SHOW_PROGRESS 45 /* count down from 45/5: 9..1 */ #define CFG_MONITOR_BASE TEXT_BASE /* start of monitor */ |