From 491ae597eba8cba4f59c275f00e590039852f79c Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sat, 17 Sep 2016 15:10:04 +0200 Subject: u-boot: update to 2016.09 --- package/u-boot/Makefile | 4 ++-- package/u-boot/patches/patch-common_image_c | 10 ---------- package/u-boot/patches/patch-include_env_default_h | 11 ----------- package/u-boot/patches/patch-include_image_h | 10 ---------- package/u-boot/patches/patch-tools_env_fw_env_h | 11 ----------- 5 files changed, 2 insertions(+), 44 deletions(-) delete mode 100644 package/u-boot/patches/patch-common_image_c delete mode 100644 package/u-boot/patches/patch-include_env_default_h delete mode 100644 package/u-boot/patches/patch-include_image_h delete mode 100644 package/u-boot/patches/patch-tools_env_fw_env_h (limited to 'package/u-boot') diff --git a/package/u-boot/Makefile b/package/u-boot/Makefile index cf786d4f0..30b9a7719 100644 --- a/package/u-boot/Makefile +++ b/package/u-boot/Makefile @@ -4,9 +4,9 @@ include $(ADK_TOPDIR)/rules.mk PKG_NAME:= u-boot -PKG_VERSION:= 2016.07 +PKG_VERSION:= 2016.09 PKG_RELEASE:= 1 -PKG_HASH:= 974fb7225c0af6a721307631f66b81e20dbda82a4d7cc32aba2a625727231253 +PKG_HASH:= 994e7b9e0e350d9f91f5892d5e5bff00d3714a4962f520f78a64a461ef950ba9 PKG_DESCR:= portable bootloader PKG_SECTION:= base/boot HOST_BUILDDEP:= libressl-host device-tree-compiler-host diff --git a/package/u-boot/patches/patch-common_image_c b/package/u-boot/patches/patch-common_image_c deleted file mode 100644 index fb3a7a3a0..000000000 --- a/package/u-boot/patches/patch-common_image_c +++ /dev/null @@ -1,10 +0,0 @@ ---- u-boot-2016.05.orig/common/image.c 2016-05-16 16:40:32.000000000 +0200 -+++ u-boot-2016.05/common/image.c 2016-06-11 21:40:16.405472773 +0200 -@@ -91,6 +91,7 @@ static const table_entry_t uimage_arch[] - { IH_ARCH_ARM64, "arm64", "AArch64", }, - { IH_ARCH_ARC, "arc", "ARC", }, - { IH_ARCH_X86_64, "x86_64", "AMD x86_64", }, -+ { IH_ARCH_XTENSA, "xtensa", "XTENSA", }, - { -1, "", "", }, - }; - diff --git a/package/u-boot/patches/patch-include_env_default_h b/package/u-boot/patches/patch-include_env_default_h deleted file mode 100644 index 2a03dfb31..000000000 --- a/package/u-boot/patches/patch-include_env_default_h +++ /dev/null @@ -1,11 +0,0 @@ ---- u-boot-2015.01.orig/include/env_default.h 2015-01-12 15:39:08.000000000 +0100 -+++ u-boot-2015.01/include/env_default.h 2015-02-16 10:23:23.123639584 +0100 -@@ -8,6 +8,8 @@ - * SPDX-License-Identifier: GPL-2.0+ - */ - -+#include -+ - #include - - #ifdef DEFAULT_ENV_INSTANCE_EMBEDDED diff --git a/package/u-boot/patches/patch-include_image_h b/package/u-boot/patches/patch-include_image_h deleted file mode 100644 index 1f1480e82..000000000 --- a/package/u-boot/patches/patch-include_image_h +++ /dev/null @@ -1,10 +0,0 @@ ---- u-boot-2016.05.orig/include/image.h 2016-05-16 16:40:32.000000000 +0200 -+++ u-boot-2016.05/include/image.h 2016-06-11 21:40:16.425472773 +0200 -@@ -179,6 +179,7 @@ struct lmb; - #define IH_ARCH_ARM64 22 /* ARM64 */ - #define IH_ARCH_ARC 23 /* Synopsys DesignWare ARC */ - #define IH_ARCH_X86_64 24 /* AMD x86_64, Intel and Via */ -+#define IH_ARCH_XTENSA 25 /* Xtensa */ - - /* - * Image Types diff --git a/package/u-boot/patches/patch-tools_env_fw_env_h b/package/u-boot/patches/patch-tools_env_fw_env_h deleted file mode 100644 index d6d46fa43..000000000 --- a/package/u-boot/patches/patch-tools_env_fw_env_h +++ /dev/null @@ -1,11 +0,0 @@ ---- u-boot-2016.05.orig/tools/env/fw_env.h 2016-05-16 16:40:32.000000000 +0200 -+++ u-boot-2016.05/tools/env/fw_env.h 2016-06-11 21:40:16.429472773 +0200 -@@ -19,6 +19,8 @@ - #include - #endif - -+#include -+ - /* - * To build the utility with the static configuration - * comment out the next line. -- cgit v1.2.3