summaryrefslogtreecommitdiff
path: root/recipes-bsp/u-boot/files
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2016-11-17 18:55:22 +0100
committerStefan Agner <stefan.agner@toradex.com>2017-01-09 15:06:05 -0800
commit7efea12005acac3f9f84c529cd0b2e1adae6a61c (patch)
tree059a3dbf0e11e476edc2aeaae8b00124593e135c /recipes-bsp/u-boot/files
parent61c1fa334f71a425cde997f1f9cc189d03f92c00 (diff)
u-boot: upgrade to 2016.11 based version
0001-fw_env.c-include-stdint.h-unconditionally.patch has been fixed upstream. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Stefan Agner <stefan.agner@toradex.com>
Diffstat (limited to 'recipes-bsp/u-boot/files')
-rw-r--r--recipes-bsp/u-boot/files/0001-fw_env.c-include-stdint.h-unconditionally.patch37
1 files changed, 0 insertions, 37 deletions
diff --git a/recipes-bsp/u-boot/files/0001-fw_env.c-include-stdint.h-unconditionally.patch b/recipes-bsp/u-boot/files/0001-fw_env.c-include-stdint.h-unconditionally.patch
deleted file mode 100644
index ae1524d..0000000
--- a/recipes-bsp/u-boot/files/0001-fw_env.c-include-stdint.h-unconditionally.patch
+++ /dev/null
@@ -1,37 +0,0 @@
-From a7a2fd28dc4180f1cbadf6038b67337ae6fdee34 Mon Sep 17 00:00:00 2001
-From: Max Krummenacher <max.krummenacher@toradex.com>
-Date: Thu, 26 May 2016 14:01:35 +0200
-Subject: [PATCH] fw_env.c: include stdint.h unconditionally
-
-later builds fail with
-| tools/env/fw_env.c:52:2: error: unknown type name 'uint8_t'
-| uint8_t mtd_type; /* type of the MTD device */
-
-Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
----
- tools/env/fw_env.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/tools/env/fw_env.c b/tools/env/fw_env.c
-index 1173eea..edc5090 100644
---- a/tools/env/fw_env.c
-+++ b/tools/env/fw_env.c
-@@ -15,6 +15,7 @@
- #include <stdio.h>
- #include <stdlib.h>
- #include <stddef.h>
-+#include <stdint.h>
- #include <string.h>
- #include <sys/types.h>
- #include <sys/ioctl.h>
-@@ -22,7 +23,6 @@
- #include <unistd.h>
-
- #ifdef MTD_OLD
--# include <stdint.h>
- # include <linux/mtd/mtd.h>
- #else
- # define __user /* nothing */
---
-2.6.6
-