Re: [U-Boot] [PATCH v2 06/13] zynq: Increase the early malloc() size

2016-07-17 Thread Simon Glass
On 5 July 2016 at 17:10, Simon Glass wrote: > This is needed to support driver-model conversion of USB and block devices. > > Signed-off-by: Simon Glass > --- > > Changes in v2: None > > arch/arm/cpu/armv8/zynqmp/Kconfig | 4 > arch/arm/mach-zynq/Kconfig| 3 +++ > 2 files changed, 7

[U-Boot] [PATCH v2 06/13] zynq: Increase the early malloc() size

2016-07-05 Thread Simon Glass
This is needed to support driver-model conversion of USB and block devices. Signed-off-by: Simon Glass --- Changes in v2: None arch/arm/cpu/armv8/zynqmp/Kconfig | 4 arch/arm/mach-zynq/Kconfig| 3 +++ 2 files changed, 7 insertions(+) diff --git a/arch/arm/cpu/armv8/zynqmp/Kconfig