From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Roese Date: Wed, 10 Dec 2008 13:07:40 +0100 Subject: [U-Boot] [ubi] Please pull git://www.denx.de/git/u-boot-ubi.git Message-ID: <200812101307.41102.sr@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Wolfgang, this is an updated pull-request for the UBI repository. I added the latest 2 small patches. The following changes since commit 13d36ec849785453953d00220b2c7dc66644a3c2: Wolfgang Denk (1): Merge branch 'master' of git://git.denx.de/u-boot-at91 are available in the git repository at: git://www.denx.de/git/u-boot-ubi.git master Stefan Roese (5): MTD: Fix problem based on non-working relocation (list head mtd_partitions) UBI: Enable re-initializing of the "ubi part" command UBI: Fix size parsing in "ubi create" UBI: Return -ENOMEM upon failing malloc UBI: Set ubi_dev.type back to DEV_TYPE_NONE upon failing initialization common/cmd_ubi.c | 14 +++++++++++++- drivers/mtd/mtdpart.c | 10 +++++++++- drivers/mtd/ubi/build.c | 6 ++++-- include/ubi_uboot.h | 1 + 4 files changed, 27 insertions(+), 4 deletions(-)