summaryrefslogtreecommitdiffstats
path: root/include/configs/M53017EVB.h
diff options
context:
space:
mode:
authorTsiChung Liew <Tsi-Chung.Liew@freescale.com>2009-01-27 12:57:47 +0000
committerJohn Rigby <jrigby@freescale.com>2009-03-17 15:58:37 -0600
commitd6e4baf49987fc6f75e8574c0c27301a828b3132 (patch)
tree6d99301292370005c63c2d0fc40d1830e77eada7 /include/configs/M53017EVB.h
parentc3a9e6374210679a81f611c1bcf968988bc20e41 (diff)
downloadtalos-obmc-uboot-d6e4baf49987fc6f75e8574c0c27301a828b3132.tar.gz
talos-obmc-uboot-d6e4baf49987fc6f75e8574c0c27301a828b3132.zip
ColdFire: Provide gzip image size V2 & V3 platforms
Default gzip bootm size is 8MB. Some platforms require more than 8MB Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
Diffstat (limited to 'include/configs/M53017EVB.h')
-rw-r--r--include/configs/M53017EVB.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/M53017EVB.h b/include/configs/M53017EVB.h
index df54c606be..07c85c4f5e 100644
--- a/include/configs/M53017EVB.h
+++ b/include/configs/M53017EVB.h
@@ -196,6 +196,7 @@
* the maximum mapped by the Linux kernel during initialization ??
*/
#define CONFIG_SYS_BOOTMAPSZ (CONFIG_SYS_SDRAM_BASE + (CONFIG_SYS_SDRAM_SIZE << 20))
+#define CONFIG_SYS_BOOTM_LEN (CONFIG_SYS_SDRAM_SIZE << 20)
/*-----------------------------------------------------------------------
* FLASH organization
OpenPOWER on IntegriCloud