From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerry Van Baren Date: Tue, 25 Mar 2008 19:38:06 -0400 Subject: [U-Boot-Users] [PATCH] Enable CONFIG_FLASH_SHOW_PROGRESS on the MPC8360EMDS. In-Reply-To: <20080325221005.0431C248BF@gemini.denx.de> References: <20080325221005.0431C248BF@gemini.denx.de> Message-ID: <47E98CDE.90209@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Wolfgang Denk wrote: > In message <20080308184834.GB6376@cideas.com> you wrote: >> Signed-off-by: Gerald Van Baren >> --- >> include/configs/MPC8360EMDS.h | 1 + >> 1 files changed, 1 insertions(+), 0 deletions(-) >> >> diff --git a/include/configs/MPC8360EMDS.h b/include/configs/MPC8360EMDS.h >> index eff9fba..82860ba 100644 >> --- a/include/configs/MPC8360EMDS.h >> +++ b/include/configs/MPC8360EMDS.h >> @@ -194,6 +194,7 @@ >> #define CFG_FLASH_CFI_DRIVER /* use the CFI driver */ >> #define CFG_FLASH_BASE 0xFE000000 /* FLASH base address */ >> #define CFG_FLASH_SIZE 32 /* max FLASH size is 32M */ >> +#define CONFIG_FLASH_SHOW_PROGRESS 45 /* count down from 45/5: 9..1 */ >> >> #define CFG_LBLAWBAR0_PRELIM CFG_FLASH_BASE /* Window base at flash base */ >> #define CFG_LBLAWAR0_PRELIM 0x80000018 /* 32MB window size */ > > > Kim, do you intend to pick this up? > > If not, please send a NAK to gvb. > > Thanks. > > Best regards, > > Wolfgang Denk Kim picked it up yesterday. Thanks, gvb