From d5fc7430ca293213dd4f1de7f52446c17d4def6a Mon Sep 17 00:00:00 2001 From: Yutang Jiang Date: Thu, 1 Dec 2016 23:01:27 +0800 Subject: layerscape: uboot-layerscape: prefer github over git.freescale.com In order to prevent the impact of the merger of the company and the potential rebase of the SDK repositories, migrate the u-boot source to github. Signed-off-by: Yutang Jiang --- .../0089-driver-spi-fix-id-enclosure-error.patch | 27 ---------------------- 1 file changed, 27 deletions(-) delete mode 100644 package/boot/uboot-layerscape/patches/0089-driver-spi-fix-id-enclosure-error.patch (limited to 'package/boot/uboot-layerscape/patches/0089-driver-spi-fix-id-enclosure-error.patch') 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 d75a8d9..0000000 --- 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 -Date: Fri, 23 Sep 2016 04:21:38 +0800 -Subject: [PATCH 89/93] driver: spi: fix id enclosure error - -Signed-off-by: Yutang Jiang ---- - 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 - -- cgit v1.1