From dd7857bd55cf550b430e5a3bfae7cc94a0d96bd3 Mon Sep 17 00:00:00 2001 From: Jaehoon Chung Date: Tue, 18 Dec 2018 07:57:02 +0900 Subject: [PATCH] samsung: platform_boot: increase space for kernel from 8MiB to 16MiB This patch is based on "samsung: common: increase space for kernel from 8MiB to 16MiB". Tizen is using platform_boot header file, not autocmd.cmd. Change-Id: I5d245a51bf975d4a1ca51f6dbf6dba1ab8ef72fd Signed-off-by: Jaehoon Chung --- include/samsung/platform_boot.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/samsung/platform_boot.h b/include/samsung/platform_boot.h index d61593a..39c1f0a 100644 --- a/include/samsung/platform_boot.h +++ b/include/samsung/platform_boot.h @@ -24,7 +24,7 @@ "initrdname=uInitrd\0" \ "initrdaddr=42000000\0" \ "initrdsize=800000\0" \ - "fdtaddr=40800000\0" \ + "fdtaddr=41000000\0" \ "root_dev=/dev/mmcblk${mmcrootdev}p${mmcrootpart}\0" \ "root_device=setenv root_dev /dev/mmcblk${mmcrootdev}p${mmcrootpart}\0" \ "loadkernel=load mmc ${mmcbootdev}:${mmcbootpart} ${kerneladdr} " \ -- 2.7.4