summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeung-Woo Kim <sw0312.kim@samsung.com>2017-04-14 13:43:52 +0900
committerSeung-Woo Kim <sw0312.kim@samsung.com>2017-04-14 13:43:56 +0900
commita1a2a8522bec193f6448a256c2926afb8dc02fd0 (patch)
tree15b74d3fd7a4eb50d5f9b05996ebbbc6a84b4cab
parentc5f19b2050e897cacbbdfc15a222d6c39c4ee5fc (diff)
downloadu-boot-a1a2a8522bec193f6448a256c2926afb8dc02fd0.tar.gz
u-boot-a1a2a8522bec193f6448a256c2926afb8dc02fd0.tar.bz2
u-boot-a1a2a8522bec193f6448a256c2926afb8dc02fd0.zip
TPL: TM2: config: fix to use large memory for kernel decompression
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>
-rw-r--r--include/configs/tm2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/tm2.h b/include/configs/tm2.h
index 8771ef9db4..83cd6e3d8c 100644
--- a/include/configs/tm2.h
+++ b/include/configs/tm2.h
@@ -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