Re: [U-Boot] [PATCH 10/12] ARM: socfpga: Enable SPL memory allocation

2018-05-16 Thread Ley Foon Tan
On Sun, May 13, 2018 at 4:30 AM, Marek Vasut wrote: > From: Tien Fong Chee > > Enable memory allocation in SPL for preparation to enable FAT > in SPL. Memory allocation is needed by FAT to work properly. > > Signed-off-by: Tien Fong Chee > Reviewed-by: Dinh Nguyen > --- > include/configs/socfp

[U-Boot] [PATCH 10/12] ARM: socfpga: Enable SPL memory allocation

2018-05-12 Thread Marek Vasut
From: Tien Fong Chee Enable memory allocation in SPL for preparation to enable FAT in SPL. Memory allocation is needed by FAT to work properly. Signed-off-by: Tien Fong Chee Reviewed-by: Dinh Nguyen --- include/configs/socfpga_common.h | 23 ++- 1 file changed, 22 insertio