commit | 78f9fef7f406078c8bf7191e665a73f795157746 | [log] [tgz] |
---|---|---|
author | Scott Wood <scottwood@freescale.com> | Wed Aug 15 15:46:46 2007 -0500 |
committer | Wolfgang Denk <wd@denx.de> | Thu Aug 16 12:06:15 2007 +0200 |
tree | ea0817778e82e72817c8d5859c273e352f28a073 | |
parent | 592391a6e5c8999e546671ac8efd71a311a03f07 [diff] |
mpc885ads: Don't define CONFIG_BZIP2. bzip2 requires a significant chunk of malloc space, and there isn't enough room on mpc885ads (with only 8MB RAM) for both bzip2's malloc area and a downloaded image at 0x400000. Signed-off-by: Scott Wood <scottwood@freescale.com>