From 0b8c76ede9d769f50c4e4c040430ada504787cc0 Mon Sep 17 00:00:00 2001 From: "coadde [Márcio Alexandre Silva Delgado]" Date: Thu, 8 Oct 2015 06:30:55 -0300 Subject: libre-testing/uboot-grub-beaglebone: fix patch --- .../0001-parabola-arm-modifications+grub-support.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libre-testing/uboot-grub-beaglebone/0001-parabola-arm-modifications+grub-support.patch') diff --git a/libre-testing/uboot-grub-beaglebone/0001-parabola-arm-modifications+grub-support.patch b/libre-testing/uboot-grub-beaglebone/0001-parabola-arm-modifications+grub-support.patch index 72bd465be..351d31be8 100644 --- a/libre-testing/uboot-grub-beaglebone/0001-parabola-arm-modifications+grub-support.patch +++ b/libre-testing/uboot-grub-beaglebone/0001-parabola-arm-modifications+grub-support.patch @@ -151,7 +151,7 @@ diff -Nur u-boot-2015.04.orig/include/configs/am335x_evm.h u-boot-2015.04/includ - "setenv fdtfile am335x-evmsk.dtb; fi; " \ - "if test $fdtfile = undefined; then " \ - "echo WARNING: Could not determine device tree to use; fi; \0" \ -+ "for devtype in mmc usb; do " \ ++ "grubboot=for devtype in mmc usb; do " \ + "load ${devtype} ${bootpart} ${loadaddr} ${bootdir}/${grubfile}" \ + "done;\0" \ NANDARGS \ @@ -165,7 +165,7 @@ diff -Nur u-boot-2015.04.orig/include/configs/am335x_evm.h u-boot-2015.04/includ - "setenv bootpart 1:2; " \ - "run mmcboot;" \ - "run nandboot;" -+ "run mmcboot;" ++ "run grubboot;" /* NS16550 Configuration */ #define CONFIG_SYS_NS16550_COM1 0x44e09000 /* Base EVM has UART0 */ -- cgit v1.2.3