summaryrefslogtreecommitdiff
path: root/recipes-bsp/u-boot/files/u-boot_ap20warning.patch
diff options
context:
space:
mode:
authorMarcel Ziswiler <marcel.ziswiler@toradex.com>2016-06-15 13:31:26 +0200
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2016-09-29 06:35:15 +0200
commitd24775ad2acbe99e6a870b4b4c51a25f8627bfb2 (patch)
tree82a66525be871fed238ab3951a22aa31fa2aa86a /recipes-bsp/u-boot/files/u-boot_ap20warning.patch
parent7f80a7d3fe2540fc8a76649555fe4ef627d93e9e (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/u-boot_ap20warning.patch')
-rw-r--r--recipes-bsp/u-boot/files/u-boot_ap20warning.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/recipes-bsp/u-boot/files/u-boot_ap20warning.patch b/recipes-bsp/u-boot/files/u-boot_ap20warning.patch
deleted file mode 100644
index d99fc12..0000000
--- a/recipes-bsp/u-boot/files/u-boot_ap20warning.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- git/arch/arm/cpu/armv7/tegra3/ap20.c 2012-01-28 12:16:25.000000000 +0100
-+++ git/arch/arm/cpu/armv7/tegra3/ap20.c~ 2012-01-28 12:42:44.640356495 +0100
-@@ -72,6 +72,8 @@
- return id == (PG_UP_TAG_0_PID_CPU & 0xff);
- }
-
-+//u-boot treats all errors as warnings, &clkrst->crc_pll[CLOCK_ID_XCPU] uses a subscript out of range
-+#pragma GCC diagnostic warning "-Warray-bounds"
- static int pllx_set_rate(u32 divn, u32 divm, u32 divp, u32 cpcon)
- {
- struct clk_rst_ctlr *clkrst = (struct clk_rst_ctlr *)NV_PA_CLK_RST_BASE;