From: Chanho Park Date: Wed, 1 Jun 2016 01:34:35 +0000 (+0900) Subject: exynos: artik10: resize tzsw partition to 1MB X-Git-Tag: submit/tizen/20161205.083345~8 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1c1f23d846282eebdad41c6284c87e5fde21544d;p=profile%2Fcommon%2Fplatform%2Fkernel%2Fu-boot-artik.git exynos: artik10: resize tzsw partition to 1MB This patch resizes the tzsw partition from 512KB to 1MB for artik10. Change-Id: I06d38063f88ec9a269be9b9bfa9ffd81e53ea871 Signed-off-by: Chanho Park --- diff --git a/arch/arm/include/asm/arch-exynos/movi_partition.h b/arch/arm/include/asm/arch-exynos/movi_partition.h index 53841cfbb..ac76593b2 100644 --- a/arch/arm/include/asm/arch-exynos/movi_partition.h +++ b/arch/arm/include/asm/arch-exynos/movi_partition.h @@ -46,7 +46,7 @@ #define PART_SIZE_ROOTFS (26 * 1024 * 1024) #endif /* CONFIG_ROOTFS_PART_SIZE */ -#if defined(CONFIG_MACH_ARTIK5) +#if defined(CONFIG_MACH_ARTIK5) || defined(CONFIG_MACH_ARTIK10) #define PART_SIZE_TZSW (1024 * 1024) #else #if defined(CONFIG_EXYNOS4X12) || defined(CONFIG_CPU_EXYNOS5250) || defined(CONFIG_CPU_EXYNOS3250)