scan both the first and second partitions for boot configs on beaglebone

This commit is contained in:
Dennis Gilmore 2014-10-24 11:04:06 -05:00
parent e5b1ecb8df
commit 4dc247c418
2 changed files with 5 additions and 2 deletions

View File

@ -20,7 +20,7 @@ index 476430d..3452b61 100644
+#include <config_distro_defaults.h> +#include <config_distro_defaults.h>
+ +
+#define BOOTENV_BOOT_PARTITIONS "2" +#define BOOTENV_BOOT_PARTITIONS "1 2"
+ +
+#define BOOTENV_INIT_COMMAND "run findfdt ;" +#define BOOTENV_INIT_COMMAND "run findfdt ;"
+#ifdef CONFIG_NAND +#ifdef CONFIG_NAND

View File

@ -2,7 +2,7 @@
Name: uboot-tools Name: uboot-tools
Version: 2014.10 Version: 2014.10
Release: 2%{?candidate:.%{candidate}}%{?dist} Release: 3%{?candidate:.%{candidate}}%{?dist}
Summary: U-Boot utilities Summary: U-Boot utilities
Group: Development/Tools Group: Development/Tools
@ -474,6 +474,9 @@ install -p -m 0644 tools/env/fw_env.config $RPM_BUILD_ROOT%{_sysconfdir}
%endif %endif
%changelog %changelog
* Fri Oct 24 2014 Dennis Gilmore <dennis@ausil.us> - 2014.10-3
- scan both the first and second partitions for boot configs on beaglebone
* Thu Oct 16 2014 Peter Robinson <pbrobinson@fedoraproject.org> 2014.10-2 * Thu Oct 16 2014 Peter Robinson <pbrobinson@fedoraproject.org> 2014.10-2
- Add upstream patch to fix Tegra Jetson K1 pci-e (for network) - Add upstream patch to fix Tegra Jetson K1 pci-e (for network)