From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tolunay Orkun Date: Thu, 08 Feb 2007 02:50:05 -0600 Subject: [U-Boot-Users] [PATCH] Define FLASH_CMD_SYNC for MPC8641 In-Reply-To: <11708247132172-git-send-email-haiying.wang@freescale.com> References: <11708247132172-git-send-email-haiying.wang@freescale.com> Message-ID: <45CAE43D.2040408@orkun.us> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de haiying.wang at freescale.com wrote: > > diff --git a/include/configs/MPC8641HPCN.h b/include/configs/MPC8641HPCN.h > index 0bc8324..cbc635f 100644 > --- a/include/configs/MPC8641HPCN.h > +++ b/include/configs/MPC8641HPCN.h > @@ -204,6 +204,7 @@ #define CFG_MONITOR_BASE TEXT_BASE / > #define CFG_FLASH_CFI_DRIVER > #define CFG_FLASH_CFI > #define CFG_FLASH_EMPTY_INFO > +#define FLASH_CMD_SYNC No, this is not going to be board specific option. See my other email for more details. Tolunay