commit | cb65dc7609b63eedeb5c786b912e1ff854d7df00 | [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 | 09569072e09532cea48a611b35add3dc74da5249 [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>