From mboxrd@z Thu Jan 1 00:00:00 1970 From: Minkyu Kang Date: Mon, 02 Dec 2013 16:53:34 +0900 Subject: [U-Boot] [PATCH V2] trats2: enable dfu and thor protocol for Tizen download In-Reply-To: <1384266166-28075-1-git-send-email-p.wilczek@samsung.com> References: <1384246717-20431-1-git-send-email-p.wilczek@samsung.com> <1384266166-28075-1-git-send-email-p.wilczek@samsung.com> Message-ID: <529C3C7E.9040300@samsung.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Dear Piotr Wilczek, On 12/11/13 23:22, Piotr Wilczek wrote: > Trats2 config is updated to support DFU mode. > Malloc pool must be increased for DFU buffer allocation. > > Signed-off-by: Piotr Wilczek > Signed-off-by: Kyungmin Park > CC: Minkyu Kang > --- > Changes for v2: > - modified subject to reflect that the patch is for Trats2; > - changed u-boot write size to 0x800 in dfu alts; > > This patch is based on > http://patchwork.ozlabs.org/patch/289378/ > > include/configs/trats2.h | 22 ++++++++++++++++++---- > 1 file changed, 18 insertions(+), 4 deletions(-) > applied to u-boot-samsung. Thanks, Minkyu Kang.