diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2015-10-16 20:37:26 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2015-10-16 20:37:26 -0300 |
commit | ee22f7cc46a55703d7b14e2e5367b4bbb281025d (patch) | |
tree | 4b1cf78a33064566f9ae0710880fd3533ba5ed23 /libre-testing/uboot4grub-omap3_beagle | |
parent | b479dafc509871ee269e0135498b97f4f9942523 (diff) | |
download | abslibre-ee22f7cc46a55703d7b14e2e5367b4bbb281025d.tar.gz abslibre-ee22f7cc46a55703d7b14e2e5367b4bbb281025d.tar.bz2 abslibre-ee22f7cc46a55703d7b14e2e5367b4bbb281025d.zip |
uboot4grub-omap3_beagle: fix grubfile path
Diffstat (limited to 'libre-testing/uboot4grub-omap3_beagle')
-rw-r--r-- | libre-testing/uboot4grub-omap3_beagle/0001-parabola-arm-modifications+grub-support.patch | 2 | ||||
-rw-r--r-- | libre-testing/uboot4grub-omap3_beagle/PKGBUILD | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/libre-testing/uboot4grub-omap3_beagle/0001-parabola-arm-modifications+grub-support.patch b/libre-testing/uboot4grub-omap3_beagle/0001-parabola-arm-modifications+grub-support.patch index 6e22fc3c2..76d9dde45 100644 --- a/libre-testing/uboot4grub-omap3_beagle/0001-parabola-arm-modifications+grub-support.patch +++ b/libre-testing/uboot4grub-omap3_beagle/0001-parabola-arm-modifications+grub-support.patch @@ -143,7 +143,7 @@ diff -Nur u-boot-2015.04.orig/include/configs/omap3_beagle.h u-boot-2015.04/incl + "fdtfile=undefined\0" \ + "bootpart=0:1\0" \ + "bootdir=/\0" \ -+ "grubfile=boot/grub/arm-uboot/core.img\0" \ ++ "grubfile=grub/arm-uboot/core.img\0" \ "mmcdev=0\0" \ - "mmcroot=/dev/mmcblk0p2 rw\0" \ - "mmcrootfstype=ext3 rootwait\0" \ diff --git a/libre-testing/uboot4grub-omap3_beagle/PKGBUILD b/libre-testing/uboot4grub-omap3_beagle/PKGBUILD index b9017744b..395f9671a 100644 --- a/libre-testing/uboot4grub-omap3_beagle/PKGBUILD +++ b/libre-testing/uboot4grub-omap3_beagle/PKGBUILD @@ -28,7 +28,7 @@ source=("ftp://ftp.denx.de/pub/u-boot/u-boot-${pkgver}.tar.bz2" '0001-parabola-arm-modifications+grub-support.patch' 'uEnv.txt') md5sums=('570bdc2c47270c2a98ca60ff6c5c74cd' - 'd49f747cdadaff4ea120ecb34e755cb5' + 'c4435b64e8d2d79369db9618dd16e6db' 'd41d8cd98f00b204e9800998ecf8427e') prepare() { |