summaryrefslogtreecommitdiffstats
path: root/board/fads
diff options
context:
space:
mode:
authorScott Wood <scottwood@freescale.com>2007-08-15 15:46:46 -0500
committerWolfgang Denk <wd@denx.de>2007-08-16 12:06:15 +0200
commit78f9fef7f406078c8bf7191e665a73f795157746 (patch)
treeea0817778e82e72817c8d5859c273e352f28a073 /board/fads
parent592391a6e5c8999e546671ac8efd71a311a03f07 (diff)
downloadtalos-obmc-uboot-78f9fef7f406078c8bf7191e665a73f795157746.tar.gz
talos-obmc-uboot-78f9fef7f406078c8bf7191e665a73f795157746.zip
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>
Diffstat (limited to 'board/fads')
-rw-r--r--board/fads/fads.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/board/fads/fads.h b/board/fads/fads.h
index c6f7ccde07..a7fe2e9019 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:
OpenPOWER on IntegriCloud