From fc547601c7af4fdabc7340ae5baff6196a275724 Mon Sep 17 00:00:00 2001 From: fang hui Date: Fri, 20 Nov 2015 09:52:53 +0800 Subject: MA-7291 - [evk6ul-brillo] - In brillo, need enlarge CONFIG_SYS_BOOTM_LEN birllo use gcc-4.9 to compile kernel, zImage is large then 8M. set CONFIG_SYS_BOOTM_LEN to 16M Signed-off-by: fang hui --- include/configs/mx6ul_14x14_evk_brillo.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/configs/mx6ul_14x14_evk_brillo.h b/include/configs/mx6ul_14x14_evk_brillo.h index 014457e..9b2f9e1 100644 --- a/include/configs/mx6ul_14x14_evk_brillo.h +++ b/include/configs/mx6ul_14x14_evk_brillo.h @@ -19,4 +19,6 @@ #define CONFIG_CMD_FAT #define CONFIG_DOS_PARTITION +#define CONFIG_SYS_BOOTM_LEN 0x1000000 + #endif -- cgit v1.1