TPL: TM2: config: fix to use large memory for kernel decompression 66/125166/1
authorSeung-Woo Kim <sw0312.kim@samsung.com>
Fri, 14 Apr 2017 04:43:52 +0000 (13:43 +0900)
committerSeung-Woo Kim <sw0312.kim@samsung.com>
Fri, 14 Apr 2017 04:43:56 +0000 (13:43 +0900)
TM2 kernel with KASAN and UBSAN is larger than 48MB, so this patch
fixes memory for kernel decompression to 130MB.

Change-Id: Ib8e52b15164a2dd83c42f47a76a3c5c3bcdb2ffa
Signed-off-by: Seung-Woo Kim <sw0312.kim@samsung.com>
include/configs/tm2.h

index 8771ef9db4efb47a655371ec9a47b06c28dd9ffd..83cd6e3d8c6b798ba15d58325e9d4b41ce54b5b2 100644 (file)
@@ -89,7 +89,7 @@
 
 /* Size of malloc() pool */
 #define CONFIG_SYS_MALLOC_LEN          (CONFIG_ENV_SIZE + (80 << 20))
-#define CONFIG_SYS_BOOTM_LEN           (48 << 20)
+#define CONFIG_SYS_BOOTM_LEN           (130 << 20)
 
 /* Serial port Exynos S5P through the device model */
 #define CONFIG_BAUDRATE                        115200