summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChanho Park <chanho61.park@samsung.com>2016-06-01 10:34:35 +0900
committerjino.cho <jino.cho@samsung.com>2016-12-05 17:01:19 +0900
commit1c1f23d846282eebdad41c6284c87e5fde21544d (patch)
tree9c8212290e4db891730614b8c2a2caafd849c172
parent255ad5ab6e4a684c8a09f81a1c5a93c2eaeb1138 (diff)
downloadu-boot-artik-1c1f23d846282eebdad41c6284c87e5fde21544d.tar.gz
u-boot-artik-1c1f23d846282eebdad41c6284c87e5fde21544d.tar.bz2
u-boot-artik-1c1f23d846282eebdad41c6284c87e5fde21544d.zip
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 <chanho61.park@samsung.com>
-rw-r--r--arch/arm/include/asm/arch-exynos/movi_partition.h2
1 files changed, 1 insertions, 1 deletions
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)