From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Roese Date: Thu, 06 Dec 2012 08:53:23 +0100 Subject: [U-Boot] [PATCH resend 6/7] mtd/st_smi: Use page sizes respective to flash In-Reply-To: <5f3596b20d92bf8528f04a4f0d2b6e683f8c1d84.1354774371.git.vipin.kumar@st.com> References: <5f3596b20d92bf8528f04a4f0d2b6e683f8c1d84.1354774371.git.vipin.kumar@st.com> Message-ID: <50C04EF3.6060209@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 12/06/2012 07:21 AM, Vipin Kumar wrote: > The page size is a flash dependent property and the driver was using a macro in > place of page size. This patch uses the proper page size wrt the flash device > connected on board > > Signed-off-by: Vipin Kumar Acked-by: Stefan Roese Thanks, Stefan