]> git.ipfire.org Git - people/ms/u-boot.git/commit - include/configs/sbc8641d.h
sbc8641d: increase malloc pool size to a sane default
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Sat, 17 Oct 2015 20:40:27 +0000 (16:40 -0400)
committerTom Rini <trini@konsulko.com>
Mon, 19 Oct 2015 21:06:17 +0000 (17:06 -0400)
commit7229c3c70bd4a391a3835f474d37b08843b1c950
treed7af071a4040f24569c6ed9d391fe225c31ff51e
parent73f7550715b740ebd5605b600d4705e710f0a313
sbc8641d: increase malloc pool size to a sane default

Currently the board fails to save its env, since the env size
is much smaller than the sector size, and the malloc fails for
the pad buffer, giving the user visible symptom of:

Unable to save the rest of sector (253952)

Allow for 1M malloc pool, the same as used on the sbc8548 board.

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
include/configs/sbc8641d.h