From 4dc247c4180534d9651af49dfc4dac54feb7b44f Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Fri, 24 Oct 2014 11:04:06 -0500 Subject: [PATCH] scan both the first and second partitions for boot configs on beaglebone --- ...witch-am335x_evm.h-to-use-config_distro_defaults-an.patch | 2 +- uboot-tools.spec | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/0008-Switch-am335x_evm.h-to-use-config_distro_defaults-an.patch b/0008-Switch-am335x_evm.h-to-use-config_distro_defaults-an.patch index 268355a..50093e3 100644 --- a/0008-Switch-am335x_evm.h-to-use-config_distro_defaults-an.patch +++ b/0008-Switch-am335x_evm.h-to-use-config_distro_defaults-an.patch @@ -20,7 +20,7 @@ index 476430d..3452b61 100644 +#include + -+#define BOOTENV_BOOT_PARTITIONS "2" ++#define BOOTENV_BOOT_PARTITIONS "1 2" + +#define BOOTENV_INIT_COMMAND "run findfdt ;" +#ifdef CONFIG_NAND diff --git a/uboot-tools.spec b/uboot-tools.spec index 2d57275..edc98c2 100644 --- a/uboot-tools.spec +++ b/uboot-tools.spec @@ -2,7 +2,7 @@ Name: uboot-tools Version: 2014.10 -Release: 2%{?candidate:.%{candidate}}%{?dist} +Release: 3%{?candidate:.%{candidate}}%{?dist} Summary: U-Boot utilities Group: Development/Tools @@ -474,6 +474,9 @@ install -p -m 0644 tools/env/fw_env.config $RPM_BUILD_ROOT%{_sysconfdir} %endif %changelog +* Fri Oct 24 2014 Dennis Gilmore - 2014.10-3 +- scan both the first and second partitions for boot configs on beaglebone + * Thu Oct 16 2014 Peter Robinson 2014.10-2 - Add upstream patch to fix Tegra Jetson K1 pci-e (for network)