From mboxrd@z Thu Jan 1 00:00:00 1970 From: Zhang Wei-r63237 Date: Fri, 26 Jan 2007 10:13:31 +0800 Subject: [U-Boot-Users] [PATCH] Fixed cfi flash read uchar bug. In-Reply-To: <20070125203351.A17AE352B48@atlas.denx.de> References: Your message of "Thu, 25 Jan 2007 10:10:18 CST." <45B8D66A.6080209@freescale.com> <20070125203351.A17AE352B48@atlas.denx.de> Message-ID: <46B96294322F7D458F9648B60E15112C082F7B@zch01exm26.fsl.freescale.net> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de > Because the data we are interested in is only available in every > other byte? > Does it means if we need other byte data we can access them byte by byte? If we needn't we should not access them? Thanks! Zhang Wei