summaryrefslogtreecommitdiffstats
path: root/meta/recipes-bsp/u-boot/u-boot/0001-am335x_evm.h-unsed-CONFIG_BOOTDELAY.patch
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2016-03-18 15:39:34 -0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-03-20 23:12:31 +0000
commit13a2a3f90d5cd75c528ffcd19d36686f952acfe6 (patch)
treed44e2b01d68ae1f2bb623399bba0ef1f39b2c3d4 /meta/recipes-bsp/u-boot/u-boot/0001-am335x_evm.h-unsed-CONFIG_BOOTDELAY.patch
parentecf33963946bb3f1fd63d2d225cd6a92cd0a3678 (diff)
downloadpoky-13a2a3f90d5cd75c528ffcd19d36686f952acfe6.tar.gz
u-boot: Upgrade to 2016.03 release
The 2016.03 release has been announced in March 14th. This incorporates a lot of bug fixes and improvements which are useful for any new embedded development. Along with the upgrade of U-Boot and its related recipes, this patch also drops the AM335x environment fix which has been merged into the release. (From OE-Core rev: 15130f7bad0f0a1894c34bbb34a547722552c69e) Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-bsp/u-boot/u-boot/0001-am335x_evm.h-unsed-CONFIG_BOOTDELAY.patch')
-rw-r--r--meta/recipes-bsp/u-boot/u-boot/0001-am335x_evm.h-unsed-CONFIG_BOOTDELAY.patch34
1 files changed, 0 insertions, 34 deletions
diff --git a/meta/recipes-bsp/u-boot/u-boot/0001-am335x_evm.h-unsed-CONFIG_BOOTDELAY.patch b/meta/recipes-bsp/u-boot/u-boot/0001-am335x_evm.h-unsed-CONFIG_BOOTDELAY.patch
deleted file mode 100644
index 70c87c4cfd..0000000000
--- a/meta/recipes-bsp/u-boot/u-boot/0001-am335x_evm.h-unsed-CONFIG_BOOTDELAY.patch
+++ /dev/null
@@ -1,34 +0,0 @@
1From 7205442e621db54ea06c3bca2d793e1ae2214f9c Mon Sep 17 00:00:00 2001
2From: Tom Rini <trini@konsulko.com>
3Date: Thu, 10 Dec 2015 16:46:01 -0500
4Subject: [PATCH] am335x_evm.h: unsed CONFIG_BOOTDELAY
5
6Now that ti_armv7_common.h uses config_distro_defaults.h we don't need
7to include it again and then undef CONFIG_BOOTDELAY
8
9Signed-off-by: Tom Rini <trini@konsulko.com>
10
11Upstream-Status: Backport
12
13---
14 include/configs/am335x_evm.h | 4 ----
15 1 file changed, 4 deletions(-)
16
17diff --git a/include/configs/am335x_evm.h b/include/configs/am335x_evm.h
18index c51db8c..cf6a606 100644
19--- a/include/configs/am335x_evm.h
20+++ b/include/configs/am335x_evm.h
21@@ -18,10 +18,6 @@
22
23 #include <configs/ti_am335x_common.h>
24
25-/* Don't override the distro default bootdelay */
26-#undef CONFIG_BOOTDELAY
27-#include <config_distro_defaults.h>
28-
29 #ifndef CONFIG_SPL_BUILD
30 #ifndef CONFIG_FIT
31 # define CONFIG_FIT
32--
332.7.0
34