From 6c08a66fee9ae06e3d6a8ad45061e16061c13a4b Mon Sep 17 00:00:00 2001 From: Pawel Pekala Date: Sun, 2 Oct 2016 19:36:21 +0000 Subject: [PATCH] Update to version 2016.09 PR: 213123 Submitted by: Emmanuel Vadot (maintainer) --- sysutils/u-boot-olimex-a20-som-evb/Makefile | 2 +- sysutils/u-boot-olimex-a20-som-evb/distinfo | 6 +++--- .../files/patch-api_api__net.c | 11 ----------- 3 files changed, 4 insertions(+), 15 deletions(-) delete mode 100644 sysutils/u-boot-olimex-a20-som-evb/files/patch-api_api__net.c diff --git a/sysutils/u-boot-olimex-a20-som-evb/Makefile b/sysutils/u-boot-olimex-a20-som-evb/Makefile index bce41e20aec0..ab747a02f475 100644 --- a/sysutils/u-boot-olimex-a20-som-evb/Makefile +++ b/sysutils/u-boot-olimex-a20-som-evb/Makefile @@ -13,7 +13,7 @@ LICENSE= GPLv2 BUILD_DEPENDS= arm-none-eabi-gcc:devel/arm-none-eabi-gcc -UBOOT_VERSION?= 2016.07 +UBOOT_VERSION?= 2016.09 BOARD_CONFIG?= A20-Olimex-SOM-EVB_defconfig MODEL?= olimex-a20-som-evb diff --git a/sysutils/u-boot-olimex-a20-som-evb/distinfo b/sysutils/u-boot-olimex-a20-som-evb/distinfo index 956ccb60cf54..8dad18135bcf 100644 --- a/sysutils/u-boot-olimex-a20-som-evb/distinfo +++ b/sysutils/u-boot-olimex-a20-som-evb/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1468333360 -SHA256 (u-boot-2016.07.tar.bz2) = 974fb7225c0af6a721307631f66b81e20dbda82a4d7cc32aba2a625727231253 -SIZE (u-boot-2016.07.tar.bz2) = 11506848 +TIMESTAMP = 1474034864 +SHA256 (u-boot-2016.09.tar.bz2) = 994e7b9e0e350d9f91f5892d5e5bff00d3714a4962f520f78a64a461ef950ba9 +SIZE (u-boot-2016.09.tar.bz2) = 11790685 diff --git a/sysutils/u-boot-olimex-a20-som-evb/files/patch-api_api__net.c b/sysutils/u-boot-olimex-a20-som-evb/files/patch-api_api__net.c deleted file mode 100644 index 2c9e4bd3bb11..000000000000 --- a/sysutils/u-boot-olimex-a20-som-evb/files/patch-api_api__net.c +++ /dev/null @@ -1,11 +0,0 @@ ---- api/api_net.c.orig 2016-07-11 19:01:01 UTC -+++ api/api_net.c -@@ -25,7 +25,7 @@ DECLARE_GLOBAL_DATA_PTR; - - #define errf(fmt, args...) do { printf("ERROR @ %s(): ", __func__); printf(fmt, ##args); } while (0) - --#ifdef CONFIG_CMD_NET -+#if defined(CONFIG_CMD_NET) && !defined(CONFIG_DM_ETH) - - static int dev_valid_net(void *cookie) - {