From a99a9e5d56414f0a7440694dca911cb34e8ba8921b14bfa7e30dd2280033b9ce Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Thu, 20 Nov 2014 17:43:25 +0000 Subject: [PATCH] Accepting request 262377 from Base:System 1 OBS-URL: https://build.opensuse.org/request/show/262377 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/u-boot?expand=0&rev=35 --- mx53loco-bootscr.patch | 6 +++--- u-boot-am335xevm.changes | 5 +++++ u-boot-arndale.changes | 5 +++++ u-boot-colibrit20iris.changes | 5 +++++ u-boot-cubieboard.changes | 5 +++++ u-boot-cubieboard2.changes | 5 +++++ u-boot-cubietruck.changes | 5 +++++ u-boot-highbank.changes | 5 +++++ u-boot-melea1000.changes | 5 +++++ u-boot-mx53loco.changes | 5 +++++ u-boot-mx6qsabrelite.changes | 5 +++++ u-boot-omap3beagle.changes | 5 +++++ u-boot-omap4panda.changes | 5 +++++ u-boot-paz00.changes | 5 +++++ u-boot-rpib.changes | 5 +++++ u-boot-snow.changes | 5 +++++ u-boot-vexpressaemv8a.changes | 5 +++++ u-boot.changes | 5 +++++ 18 files changed, 88 insertions(+), 3 deletions(-) diff --git a/mx53loco-bootscr.patch b/mx53loco-bootscr.patch index 8fd2579..bbd0bdf 100644 --- a/mx53loco-bootscr.patch +++ b/mx53loco-bootscr.patch @@ -15,13 +15,13 @@ Index: include/configs/mx53loco.h "mmcargs=setenv bootargs console=ttymxc0,${baudrate} root=${mmcroot}\0" \ "loadbootscript=" \ - "fatload mmc ${mmcdev}:${mmcpart} ${loadaddr} ${script};\0" \ -+ "load mmc ${mmcdev}:${mmcpart} ${loadaddr} ${script};\0" \ ++ "ext2load mmc ${mmcdev}:${mmcpart} ${loadaddr} ${script};\0" \ "bootscript=echo Running bootscript from mmc ...; " \ "source\0" \ - "loadimage=fatload mmc ${mmcdev}:${mmcpart} ${loadaddr} ${image}\0" \ - "loadfdt=fatload mmc ${mmcdev}:${mmcpart} ${fdt_addr} ${fdt_file}\0" \ -+ "loadimage=load mmc ${mmcdev}:${mmcpart} ${loadaddr} ${image}\0" \ -+ "loadfdt=load mmc ${mmcdev}:${mmcpart} ${fdt_addr} ${fdt_file}\0" \ ++ "loadimage=ext2load mmc ${mmcdev}:${mmcpart} ${loadaddr} ${image}\0" \ ++ "loadfdt=ext2load mmc ${mmcdev}:${mmcpart} ${fdt_addr} ${fdt_file}\0" \ "mmcboot=echo Booting from mmc ...; " \ "run mmcargs; " \ "if test ${boot_fdt} = yes || test ${boot_fdt} = try; then " \ diff --git a/u-boot-am335xevm.changes b/u-boot-am335xevm.changes index c8479b2..3f00b86 100644 --- a/u-boot-am335xevm.changes +++ b/u-boot-am335xevm.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Nov 19 21:44:17 CET 2014 - guillaume.gardet@opensuse.org + +- Fix mx53loco-bootscr.patch + ------------------------------------------------------------------- Mon Nov 17 21:15:50 UTC 2014 - oscar@naiandei.net diff --git a/u-boot-arndale.changes b/u-boot-arndale.changes index c8479b2..3f00b86 100644 --- a/u-boot-arndale.changes +++ b/u-boot-arndale.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Nov 19 21:44:17 CET 2014 - guillaume.gardet@opensuse.org + +- Fix mx53loco-bootscr.patch + ------------------------------------------------------------------- Mon Nov 17 21:15:50 UTC 2014 - oscar@naiandei.net diff --git a/u-boot-colibrit20iris.changes b/u-boot-colibrit20iris.changes index c8479b2..3f00b86 100644 --- a/u-boot-colibrit20iris.changes +++ b/u-boot-colibrit20iris.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Nov 19 21:44:17 CET 2014 - guillaume.gardet@opensuse.org + +- Fix mx53loco-bootscr.patch + ------------------------------------------------------------------- Mon Nov 17 21:15:50 UTC 2014 - oscar@naiandei.net diff --git a/u-boot-cubieboard.changes b/u-boot-cubieboard.changes index c8479b2..3f00b86 100644 --- a/u-boot-cubieboard.changes +++ b/u-boot-cubieboard.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Nov 19 21:44:17 CET 2014 - guillaume.gardet@opensuse.org + +- Fix mx53loco-bootscr.patch + ------------------------------------------------------------------- Mon Nov 17 21:15:50 UTC 2014 - oscar@naiandei.net diff --git a/u-boot-cubieboard2.changes b/u-boot-cubieboard2.changes index c8479b2..3f00b86 100644 --- a/u-boot-cubieboard2.changes +++ b/u-boot-cubieboard2.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Nov 19 21:44:17 CET 2014 - guillaume.gardet@opensuse.org + +- Fix mx53loco-bootscr.patch + ------------------------------------------------------------------- Mon Nov 17 21:15:50 UTC 2014 - oscar@naiandei.net diff --git a/u-boot-cubietruck.changes b/u-boot-cubietruck.changes index c8479b2..3f00b86 100644 --- a/u-boot-cubietruck.changes +++ b/u-boot-cubietruck.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Nov 19 21:44:17 CET 2014 - guillaume.gardet@opensuse.org + +- Fix mx53loco-bootscr.patch + ------------------------------------------------------------------- Mon Nov 17 21:15:50 UTC 2014 - oscar@naiandei.net diff --git a/u-boot-highbank.changes b/u-boot-highbank.changes index c8479b2..3f00b86 100644 --- a/u-boot-highbank.changes +++ b/u-boot-highbank.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Nov 19 21:44:17 CET 2014 - guillaume.gardet@opensuse.org + +- Fix mx53loco-bootscr.patch + ------------------------------------------------------------------- Mon Nov 17 21:15:50 UTC 2014 - oscar@naiandei.net diff --git a/u-boot-melea1000.changes b/u-boot-melea1000.changes index c8479b2..3f00b86 100644 --- a/u-boot-melea1000.changes +++ b/u-boot-melea1000.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Nov 19 21:44:17 CET 2014 - guillaume.gardet@opensuse.org + +- Fix mx53loco-bootscr.patch + ------------------------------------------------------------------- Mon Nov 17 21:15:50 UTC 2014 - oscar@naiandei.net diff --git a/u-boot-mx53loco.changes b/u-boot-mx53loco.changes index c8479b2..3f00b86 100644 --- a/u-boot-mx53loco.changes +++ b/u-boot-mx53loco.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Nov 19 21:44:17 CET 2014 - guillaume.gardet@opensuse.org + +- Fix mx53loco-bootscr.patch + ------------------------------------------------------------------- Mon Nov 17 21:15:50 UTC 2014 - oscar@naiandei.net diff --git a/u-boot-mx6qsabrelite.changes b/u-boot-mx6qsabrelite.changes index c8479b2..3f00b86 100644 --- a/u-boot-mx6qsabrelite.changes +++ b/u-boot-mx6qsabrelite.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Nov 19 21:44:17 CET 2014 - guillaume.gardet@opensuse.org + +- Fix mx53loco-bootscr.patch + ------------------------------------------------------------------- Mon Nov 17 21:15:50 UTC 2014 - oscar@naiandei.net diff --git a/u-boot-omap3beagle.changes b/u-boot-omap3beagle.changes index c8479b2..3f00b86 100644 --- a/u-boot-omap3beagle.changes +++ b/u-boot-omap3beagle.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Nov 19 21:44:17 CET 2014 - guillaume.gardet@opensuse.org + +- Fix mx53loco-bootscr.patch + ------------------------------------------------------------------- Mon Nov 17 21:15:50 UTC 2014 - oscar@naiandei.net diff --git a/u-boot-omap4panda.changes b/u-boot-omap4panda.changes index c8479b2..3f00b86 100644 --- a/u-boot-omap4panda.changes +++ b/u-boot-omap4panda.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Nov 19 21:44:17 CET 2014 - guillaume.gardet@opensuse.org + +- Fix mx53loco-bootscr.patch + ------------------------------------------------------------------- Mon Nov 17 21:15:50 UTC 2014 - oscar@naiandei.net diff --git a/u-boot-paz00.changes b/u-boot-paz00.changes index c8479b2..3f00b86 100644 --- a/u-boot-paz00.changes +++ b/u-boot-paz00.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Nov 19 21:44:17 CET 2014 - guillaume.gardet@opensuse.org + +- Fix mx53loco-bootscr.patch + ------------------------------------------------------------------- Mon Nov 17 21:15:50 UTC 2014 - oscar@naiandei.net diff --git a/u-boot-rpib.changes b/u-boot-rpib.changes index c8479b2..3f00b86 100644 --- a/u-boot-rpib.changes +++ b/u-boot-rpib.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Nov 19 21:44:17 CET 2014 - guillaume.gardet@opensuse.org + +- Fix mx53loco-bootscr.patch + ------------------------------------------------------------------- Mon Nov 17 21:15:50 UTC 2014 - oscar@naiandei.net diff --git a/u-boot-snow.changes b/u-boot-snow.changes index c8479b2..3f00b86 100644 --- a/u-boot-snow.changes +++ b/u-boot-snow.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Nov 19 21:44:17 CET 2014 - guillaume.gardet@opensuse.org + +- Fix mx53loco-bootscr.patch + ------------------------------------------------------------------- Mon Nov 17 21:15:50 UTC 2014 - oscar@naiandei.net diff --git a/u-boot-vexpressaemv8a.changes b/u-boot-vexpressaemv8a.changes index c8479b2..3f00b86 100644 --- a/u-boot-vexpressaemv8a.changes +++ b/u-boot-vexpressaemv8a.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Nov 19 21:44:17 CET 2014 - guillaume.gardet@opensuse.org + +- Fix mx53loco-bootscr.patch + ------------------------------------------------------------------- Mon Nov 17 21:15:50 UTC 2014 - oscar@naiandei.net diff --git a/u-boot.changes b/u-boot.changes index c8479b2..3f00b86 100644 --- a/u-boot.changes +++ b/u-boot.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Nov 19 21:44:17 CET 2014 - guillaume.gardet@opensuse.org + +- Fix mx53loco-bootscr.patch + ------------------------------------------------------------------- Mon Nov 17 21:15:50 UTC 2014 - oscar@naiandei.net