summaryrefslogtreecommitdiff
path: root/recipes-bsp/u-boot/files/tegra2-nand-warning.patch
diff options
context:
space:
mode:
authorMarcel Ziswiler <marcel.ziswiler@toradex.com>2016-06-15 13:31:26 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2016-06-30 13:28:27 +0200
commit84c5f51867fca830cc08841dd4abaf593fe72bb3 (patch)
tree7b86e5419d333f2f5b0fddb80cfe0c9b2fc8e5c7 /recipes-bsp/u-boot/files/tegra2-nand-warning.patch
parentd1f3ec9eb1db802c5efcab2c0fbb4b1a6ddd6915 (diff)
u-boot: get rid of obsolete patches
Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com> Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Diffstat (limited to 'recipes-bsp/u-boot/files/tegra2-nand-warning.patch')
-rw-r--r--recipes-bsp/u-boot/files/tegra2-nand-warning.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/recipes-bsp/u-boot/files/tegra2-nand-warning.patch b/recipes-bsp/u-boot/files/tegra2-nand-warning.patch
deleted file mode 100644
index ad039ca..0000000
--- a/recipes-bsp/u-boot/files/tegra2-nand-warning.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- /home/tegradev/oe/output/work/colibri-t20-angstrom-linux-gnueabi/u-boot-git-r80/git/board/toradex/common/tegra2_nand.c~ 2012-01-17 11:09:37.000000000 +0100
-+++ /home/tegradev/oe/output/work/colibri-t20-angstrom-linux-gnueabi/u-boot-git-r80/git/board/toradex/common/tegra2_nand.c 2012-01-18 20:06:36.439745214 +0100
-@@ -954,7 +954,8 @@
- tmp_id = nand_read_byte(&tmp_mtd);
- tmp_3rd = nand_read_byte(&tmp_mtd);
- tmp_4th = nand_read_byte(&tmp_mtd);
--
-+ (void)tmp_3rd;
-+
- sprintf(compat, "%02X,%02X,%02X", tmp_manf, tmp_id, tmp_4th);
- node = fdt_node_offset_by_compatible(gd->blob, 0, compat);
- if (node < 0) {