From: Scott Wood Date: Wed, 15 Aug 2007 20:46:46 +0000 (-0500) Subject: mpc885ads: Don't define CONFIG_BZIP2. X-Git-Tag: v2008.10-rc1~874^2~40^2~6^2~7 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=78f9fef7f406078c8bf7191e665a73f795157746;p=platform%2Fkernel%2Fu-boot.git 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 --- diff --git a/board/fads/fads.h b/board/fads/fads.h index c6f7ccd..a7fe2e9 100644 --- a/board/fads/fads.h +++ b/board/fads/fads.h @@ -71,7 +71,10 @@ #undef CONFIG_BOOTARGS #undef CONFIG_WATCHDOG /* watchdog disabled */ + +#if !defined(CONFIG_MPC885ADS) #define CONFIG_BZIP2 /* include support for bzip2 compressed images */ +#endif /* * New MPC86xADS and MPC885ADS provide two Ethernet connectivity options: