From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Tue, 1 Aug 2017 03:11:08 -0600 Subject: [U-Boot] [PATCH 1/2] sf: Add Macronix MX25U6435F device parameters In-Reply-To: <1500821077-28325-1-git-send-email-bmeng.cn@gmail.com> References: <1500821077-28325-1-git-send-email-bmeng.cn@gmail.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 23 July 2017 at 08:44, Bin Meng wrote: > This adds support for Macronix flash MX25U6435F (device ID 0xc22537). > > Signed-off-by: Bin Meng > --- > > drivers/mtd/spi/spi_flash_ids.c | 1 + > 1 file changed, 1 insertion(+) > Reviewed-by: Simon Glass