diff options
Diffstat (limited to 'package/boot/uboot-layerscape/patches/0089-driver-spi-fix-id-enclosure-error.patch')
-rw-r--r-- | package/boot/uboot-layerscape/patches/0089-driver-spi-fix-id-enclosure-error.patch | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/package/boot/uboot-layerscape/patches/0089-driver-spi-fix-id-enclosure-error.patch b/package/boot/uboot-layerscape/patches/0089-driver-spi-fix-id-enclosure-error.patch deleted file mode 100644 index d75a8d9fe7..0000000000 --- a/package/boot/uboot-layerscape/patches/0089-driver-spi-fix-id-enclosure-error.patch +++ /dev/null @@ -1,27 +0,0 @@ -From 17c9f2a306b56d5ec5e5c54ce9abba6926831c46 Mon Sep 17 00:00:00 2001 -From: Yutang Jiang <yutang.jiang@nxp.com> -Date: Fri, 23 Sep 2016 04:21:38 +0800 -Subject: [PATCH 89/93] driver: spi: fix id enclosure error - -Signed-off-by: Yutang Jiang <yutang.jiang@nxp.com> ---- - drivers/mtd/spi/spi_flash.c | 2 -- - 1 file changed, 2 deletions(-) - -diff --git a/drivers/mtd/spi/spi_flash.c b/drivers/mtd/spi/spi_flash.c -index d69d2c3..dcb1628 100644 ---- a/drivers/mtd/spi/spi_flash.c -+++ b/drivers/mtd/spi/spi_flash.c -@@ -1206,9 +1206,7 @@ int spi_flash_scan(struct spi_flash *flash) - u8 idcode[5]; - u8 cmd; - int ret; --#ifdef CONFIG_SPI_FLASH_SPANSION - u8 id[6]; --#endif - - /* Read the ID codes */ - ret = spi_flash_cmd(spi, CMD_READ_ID, idcode, sizeof(idcode)); --- -1.7.9.5 - |