From d6e4baf49987fc6f75e8574c0c27301a828b3132 Mon Sep 17 00:00:00 2001 From: TsiChung Liew Date: Tue, 27 Jan 2009 12:57:47 +0000 Subject: 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 --- include/configs/M5253DEMO.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/configs/M5253DEMO.h') diff --git a/include/configs/M5253DEMO.h b/include/configs/M5253DEMO.h index 378e45a44..1fea6c36a 100644 --- a/include/configs/M5253DEMO.h +++ b/include/configs/M5253DEMO.h @@ -200,6 +200,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 */ #define CONFIG_SYS_FLASH_BASE (CONFIG_SYS_CS0_BASE) -- cgit v1.2.3