Hello community, here is the log from the commit of package u-boot for openSUSE:Factory checked in at 2014-01-16 15:16:38 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/u-boot (Old) and /work/SRC/openSUSE:Factory/.u-boot.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "u-boot" Changes: -------- --- /work/SRC/openSUSE:Factory/u-boot/u-boot-am335xevm.changes 2014-01-08 20:09:40.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.u-boot.new/u-boot-am335xevm.changes 2014-01-16 15:16:40.000000000 +0100 @@ -1,0 +2,10 @@ +Wed Jan 8 17:26:10 UTC 2014 - [email protected] + +- switch raspberry to ext2 + +------------------------------------------------------------------- +Wed Jan 8 13:41:32 UTC 2014 - [email protected] + +- am335x_evm-bootscr.patch: Search for files in /boot, not in /boot/boot + +------------------------------------------------------------------- u-boot-arndale.changes: same change u-boot-colibrit20iris.changes: same change u-boot-cubieboard.changes: same change u-boot-highbank.changes: same change u-boot-hyundaia7hd.changes: same change u-boot-melea1000.changes: same change u-boot-mx53loco.changes: same change u-boot-omap3beagle.changes: same change u-boot-omap4panda.changes: same change u-boot-paz00.changes: same change u-boot-rpib.changes: same change --- /work/SRC/openSUSE:Factory/u-boot/u-boot.changes 2014-01-08 20:09:40.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.u-boot.new/u-boot.changes 2014-01-16 15:16:40.000000000 +0100 @@ -1,0 +2,5 @@ +Wed Jan 8 17:26:10 UTC 2014 - [email protected] + +- switch raspberry to ext2 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ u-boot-arndale.spec: same change u-boot-colibrit20iris.spec: same change u-boot-cubieboard.spec: same change u-boot-highbank.spec: same change u-boot-hyundaia7hd.spec: same change u-boot-melea1000.spec: same change u-boot-mx53loco.spec: same change u-boot-omap3beagle.spec: same change u-boot-omap4panda.spec: same change u-boot-paz00.spec: same change u-boot-rpib.spec: same change u-boot.spec: same change ++++++ rpi_b-bootscr.patch ++++++ --- /var/tmp/diff_new_pack.ecnlan/_old 2014-01-16 15:16:42.000000000 +0100 +++ /var/tmp/diff_new_pack.ecnlan/_new 2014-01-16 15:16:42.000000000 +0100 @@ -2,12 +2,23 @@ =================================================================== --- u-boot-2013.10.orig/include/configs/rpi_b.h +++ u-boot-2013.10/include/configs/rpi_b.h -@@ -131,7 +131,7 @@ +@@ -130,8 +130,8 @@ + "boot_targets=mmc0\0" \ \ "script_boot=" \ - "if fatload ${devtype} ${devnum}:1 " \ +- "if fatload ${devtype} ${devnum}:1 " \ - "${scriptaddr} boot.scr.uimg; then " \ ++ "if ext2load ${devtype} ${devnum}:2 " \ + "${scriptaddr} boot.scr; then " \ "source ${scriptaddr}; " \ "fi;\0" \ \ +@@ -167,7 +167,7 @@ + #define CONFIG_CMD_PART + #define CONFIG_CMD_FS_GENERIC + #define CONFIG_CMD_FAT +-#define CONFIG_CMD_EXT ++#define CONFIG_CMD_EXT2 + /* Some things don't make sense on this HW or yet */ + #undef CONFIG_CMD_FPGA + #undef CONFIG_CMD_NET -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
