Re: [U-Boot] [PATCH 1/3] ARM: socfpga: Reduce the DFU buffer size

2017-04-05 Thread Marek Vasut
On 04/05/2017 01:42 PM, Marek Vasut wrote: > There is no point in having such gargantuan buffer, it only requires > huge malloc area. Reduce the DFU buffer size. > > Signed-off-by: Marek Vasut Applied all three. > --- > include/configs/socfpga_common.h | 2 +- > 1 file changed, 1 insertion(+),

[U-Boot] [PATCH 1/3] ARM: socfpga: Reduce the DFU buffer size

2017-04-05 Thread Marek Vasut
There is no point in having such gargantuan buffer, it only requires huge malloc area. Reduce the DFU buffer size. Signed-off-by: Marek Vasut --- include/configs/socfpga_common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/configs/socfpga_common.h b/include/config