commit | 60cfe87bd39e6f07f2b92eb4bff82bfd105f4724 | [log] [tgz] |
---|---|---|
author | Stefan Roese <sr@denx.de> | Thu Jun 04 16:55:34 2009 +0200 |
committer | Wolfgang Denk <wd@denx.de> | Fri Jun 12 20:47:18 2009 +0200 |
tree | c1a617e613e9594651522f30fedb88b4a89e59e3 | |
parent | 7ce6031afc8671c8b47c6135b3678d43fcd02852 [diff] |
UBI: Add compile-time check for correct malloc area configuration UBI is quite memory greedy and requires at least approx. 512k of malloc area. This patch adds a compile-time check, so that boards will not build with less memory reserved for this area (CONFIG_SYS_MALLOC_LEN). Signed-off-by: Stefan Roese <sr@denx.de>