Re: [U-Boot] [PATCH 1/3] config: Update envs for trats and trats2 - new entries for new partitions

2014-01-17 Thread Gerhard Sittig
On Thu, Jan 16, 2014 at 23:12 +0100, Wolfgang Denk wrote: Dear Gerhard Sittig, In message 20140116161026.gx20...@book.gsilab.sittig.org you wrote: write something more portable (and more readable?) like PARTS_BOOT part 0 5\0 What would the be needed for anyway? It wouldn't.

Re: [U-Boot] [PATCH 1/3] config: Update envs for trats and trats2 - new entries for new partitions

2014-01-16 Thread Gerhard Sittig
On Wed, Jan 15, 2014 at 21:32 +0100, Lukasz Majewski wrote: Hi Gerard, On Tue, Jan 14, 2014 at 08:02 +0100, Lukasz Majewski wrote: diff --git a/include/configs/trats.h b/include/configs/trats.h index 6cd15c2..0bdfe86 100644 --- a/include/configs/trats.h +++

Re: [U-Boot] [PATCH 1/3] config: Update envs for trats and trats2 - new entries for new partitions

2014-01-16 Thread Wolfgang Denk
Dear Gerhard Sittig, In message 20140116161026.gx20...@book.gsilab.sittig.org you wrote: write something more portable (and more readable?) like PARTS_BOOT part 0 5\0 What would the be needed for anyway? Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD:

Re: [U-Boot] [PATCH 1/3] config: Update envs for trats and trats2 - new entries for new partitions

2014-01-15 Thread Gerhard Sittig
On Tue, Jan 14, 2014 at 08:02 +0100, Lukasz Majewski wrote: diff --git a/include/configs/trats.h b/include/configs/trats.h index 6cd15c2..0bdfe86 100644 --- a/include/configs/trats.h +++ b/include/configs/trats.h @@ -143,7 +143,10 @@ u-boot mmc 80 400; \ uImage ext4 0 2; \

Re: [U-Boot] [PATCH 1/3] config: Update envs for trats and trats2 - new entries for new partitions

2014-01-15 Thread Lukasz Majewski
Hi Gerard, On Tue, Jan 14, 2014 at 08:02 +0100, Lukasz Majewski wrote: diff --git a/include/configs/trats.h b/include/configs/trats.h index 6cd15c2..0bdfe86 100644 --- a/include/configs/trats.h +++ b/include/configs/trats.h @@ -143,7 +143,10 @@ u-boot mmc 80 400; \

Re: [U-Boot] [PATCH 1/3] config: Update envs for trats and trats2 - new entries for new partitions

2014-01-14 Thread Minkyu Kang
On 14/01/14 16:02, Lukasz Majewski wrote: This patch adds extra dfu_alt_info entries to support storing the whole BOOT , DATA and UMS partitions. This allows upgrade of uImage and device tree blob (dtb) files at once. Now it is also possible to store ext4 rootfs prepared with well

[U-Boot] [PATCH 1/3] config: Update envs for trats and trats2 - new entries for new partitions

2014-01-13 Thread Lukasz Majewski
This patch adds extra dfu_alt_info entries to support storing the whole BOOT , DATA and UMS partitions. This allows upgrade of uImage and device tree blob (dtb) files at once. Now it is also possible to store ext4 rootfs prepared with well established linux tools (like mkfs.ext4). Signed-off-by: