SHA256
1
0
forked from pool/u-boot

Accepting request 150312 from Base:System

- update mlo-ext2.patch:
  * use the ext4 driver now since ext2 got removed

OBS-URL: https://build.opensuse.org/request/show/150312
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/u-boot?expand=0&rev=10
This commit is contained in:
Stephan Kulow 2013-01-30 08:40:04 +00:00 committed by Git OBS Bridge
parent f41db49412
commit 7ffccd1546
8 changed files with 13 additions and 7 deletions

View File

@ -172,7 +172,7 @@ Index: u-boot-2012.10/spl/Makefile
LIBS-$(CONFIG_SPL_SPI_FLASH_SUPPORT) += drivers/mtd/spi/libspi_flash.o LIBS-$(CONFIG_SPL_SPI_FLASH_SUPPORT) += drivers/mtd/spi/libspi_flash.o
LIBS-$(CONFIG_SPL_SPI_SUPPORT) += drivers/spi/libspi.o LIBS-$(CONFIG_SPL_SPI_SUPPORT) += drivers/spi/libspi.o
LIBS-$(CONFIG_SPL_FAT_SUPPORT) += fs/fat/libfat.o LIBS-$(CONFIG_SPL_FAT_SUPPORT) += fs/fat/libfat.o
+LIBS-$(CONFIG_SPL_FAT_SUPPORT) += fs/ext2/libext2fs.o +LIBS-$(CONFIG_SPL_FAT_SUPPORT) += fs/ext4/libext4fs.o
LIBS-$(CONFIG_SPL_LIBGENERIC_SUPPORT) += lib/libgeneric.o LIBS-$(CONFIG_SPL_LIBGENERIC_SUPPORT) += lib/libgeneric.o
LIBS-$(CONFIG_SPL_POWER_SUPPORT) += drivers/power/libpower.o LIBS-$(CONFIG_SPL_POWER_SUPPORT) += drivers/power/libpower.o
LIBS-$(CONFIG_SPL_NAND_SUPPORT) += drivers/mtd/nand/libnand.o LIBS-$(CONFIG_SPL_NAND_SUPPORT) += drivers/mtd/nand/libnand.o

View File

@ -1,7 +1,7 @@
# #
# spec file for package u-boot-highbank # spec file for package u-boot-highbank
# #
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2010 Texas Instruments Inc by Nishanth Menon # Copyright (c) 2010 Texas Instruments Inc by Nishanth Menon
# Copyright (c) 2007-2010 by Silvan Calarco <silvan.calarco@mambasoft.it> # Copyright (c) 2007-2010 by Silvan Calarco <silvan.calarco@mambasoft.it>
# #

View File

@ -1,7 +1,7 @@
# #
# spec file for package u-boot-mx53loco # spec file for package u-boot-mx53loco
# #
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2010 Texas Instruments Inc by Nishanth Menon # Copyright (c) 2010 Texas Instruments Inc by Nishanth Menon
# Copyright (c) 2007-2010 by Silvan Calarco <silvan.calarco@mambasoft.it> # Copyright (c) 2007-2010 by Silvan Calarco <silvan.calarco@mambasoft.it>
# #

View File

@ -1,7 +1,7 @@
# #
# spec file for package u-boot-omap4panda # spec file for package u-boot-omap4panda
# #
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2010 Texas Instruments Inc by Nishanth Menon # Copyright (c) 2010 Texas Instruments Inc by Nishanth Menon
# Copyright (c) 2007-2010 by Silvan Calarco <silvan.calarco@mambasoft.it> # Copyright (c) 2007-2010 by Silvan Calarco <silvan.calarco@mambasoft.it>
# #

View File

@ -1,7 +1,7 @@
# #
# spec file for package u-boot-origen # spec file for package u-boot-origen
# #
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2010 Texas Instruments Inc by Nishanth Menon # Copyright (c) 2010 Texas Instruments Inc by Nishanth Menon
# Copyright (c) 2007-2010 by Silvan Calarco <silvan.calarco@mambasoft.it> # Copyright (c) 2007-2010 by Silvan Calarco <silvan.calarco@mambasoft.it>
# #

View File

@ -1,7 +1,7 @@
# #
# spec file for package u-boot-u8500href # spec file for package u-boot-u8500href
# #
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2010 Texas Instruments Inc by Nishanth Menon # Copyright (c) 2010 Texas Instruments Inc by Nishanth Menon
# Copyright (c) 2007-2010 by Silvan Calarco <silvan.calarco@mambasoft.it> # Copyright (c) 2007-2010 by Silvan Calarco <silvan.calarco@mambasoft.it>
# #

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sat Jan 26 10:38:07 UTC 2013 - dmueller@suse.com
- update mlo-ext2.patch:
* use the ext4 driver now since ext2 got removed
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Oct 24 22:33:13 UTC 2012 - agraf@suse.com Wed Oct 24 22:33:13 UTC 2012 - agraf@suse.com

View File

@ -1,7 +1,7 @@
# #
# spec file for package u-boot # spec file for package u-boot
# #
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2010 Texas Instruments Inc by Nishanth Menon # Copyright (c) 2010 Texas Instruments Inc by Nishanth Menon
# Copyright (c) 2007-2010 by Silvan Calarco <silvan.calarco@mambasoft.it> # Copyright (c) 2007-2010 by Silvan Calarco <silvan.calarco@mambasoft.it>
# #