From a46dc87c92b4cf3f56c17b6f1d6e53ed0583bc09 Mon Sep 17 00:00:00 2001 From: Erkka Kääriä Date: Wed, 17 Feb 2016 13:54:34 +0200 Subject: uboot-inc: Backport patch to fix Beaglebone Black bootloader MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Beaglebone Black boot started failing after upstream patch 755324c432f, and was fixed in 7205442e6. Unfortunately, the u-boot upgrade from 2015.10 to 2016.01 only includes the former patch. The latter patch is backported to fix this. (From OE-Core rev: 68d02c54342c8146ec89dfeadedd733cb59fc7d8) Signed-off-by: Erkka Kääriä Signed-off-by: Richard Purdie --- meta/recipes-bsp/u-boot/u-boot.inc | 3 +- .../0001-am335x_evm.h-unsed-CONFIG_BOOTDELAY.patch | 34 ++++++++++++++++++++++ 2 files changed, 36 insertions(+), 1 deletion(-) create mode 100644 meta/recipes-bsp/u-boot/u-boot/0001-am335x_evm.h-unsed-CONFIG_BOOTDELAY.patch diff --git a/meta/recipes-bsp/u-boot/u-boot.inc b/meta/recipes-bsp/u-boot/u-boot.inc index 41eb205ba2..ac8f338bd8 100644 --- a/meta/recipes-bsp/u-boot/u-boot.inc +++ b/meta/recipes-bsp/u-boot/u-boot.inc @@ -6,7 +6,8 @@ PROVIDES = "virtual/bootloader" LICENSE = "GPLv2+" LIC_FILES_CHKSUM = "file://Licenses/README;md5=0507cd7da8e7ad6d6701926ec9b84c95" -SRC_URI = "git://git.denx.de/u-boot.git;branch=master" +SRC_URI = "git://git.denx.de/u-boot.git;branch=master \ + file://0001-am335x_evm.h-unsed-CONFIG_BOOTDELAY.patch" S = "${WORKDIR}/git" 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 new file mode 100644 index 0000000000..70c87c4cfd --- /dev/null +++ b/meta/recipes-bsp/u-boot/u-boot/0001-am335x_evm.h-unsed-CONFIG_BOOTDELAY.patch @@ -0,0 +1,34 @@ +From 7205442e621db54ea06c3bca2d793e1ae2214f9c Mon Sep 17 00:00:00 2001 +From: Tom Rini +Date: Thu, 10 Dec 2015 16:46:01 -0500 +Subject: [PATCH] am335x_evm.h: unsed CONFIG_BOOTDELAY + +Now that ti_armv7_common.h uses config_distro_defaults.h we don't need +to include it again and then undef CONFIG_BOOTDELAY + +Signed-off-by: Tom Rini + +Upstream-Status: Backport + +--- + include/configs/am335x_evm.h | 4 ---- + 1 file changed, 4 deletions(-) + +diff --git a/include/configs/am335x_evm.h b/include/configs/am335x_evm.h +index c51db8c..cf6a606 100644 +--- a/include/configs/am335x_evm.h ++++ b/include/configs/am335x_evm.h +@@ -18,10 +18,6 @@ + + #include + +-/* Don't override the distro default bootdelay */ +-#undef CONFIG_BOOTDELAY +-#include +- + #ifndef CONFIG_SPL_BUILD + #ifndef CONFIG_FIT + # define CONFIG_FIT +-- +2.7.0 + -- cgit 1.2.3-korg