commit | bddd9113e6f234ee66892560655aa8dd71b3e9b2 | [log] [tgz] |
---|---|---|
author | Tien Fong Chee <tien.fong.chee@intel.com> | Tue May 07 17:42:32 2019 +0800 |
committer | Marek Vasut <marex@denx.de> | Fri May 10 22:48:11 2019 +0200 |
tree | b78ffa8a9e0091d67bac3f39170855d18df725f4 | |
parent | df0544a60ee04658e2157b9034235e1b8af1cb26 [diff] |
ARM: socfpga: Increase Malloc pool size to support FAT filesystem in SPL Increasing Malloc pool size up to 0x15000 is required to support FAT in SPL . The result of calculation is come from default max cluster(0x10000) + others(0x2000) + additional memory for headroom(0x3000). Signed-off-by: Tien Fong Chee <tien.fong.chee@intel.com>