From: Chanho Park Date: Tue, 28 Jul 2015 07:18:28 +0000 (+0900) Subject: artik5: config: disable static kernel offset X-Git-Tag: submit/tizen/20160318.071304~92 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=eb4b078802048fa5fc916318df7e74ac5caaa8f8;p=profile%2Fcommon%2Fplatform%2Fkernel%2Fu-boot-artik.git artik5: config: disable static kernel offset This patch disables static position of kernel offset because the flash program should be changed. Signed-off-by: Chanho Park --- diff --git a/include/configs/artik5.h b/include/configs/artik5.h index 30e2dc963..093f68c60 100755 --- a/include/configs/artik5.h +++ b/include/configs/artik5.h @@ -404,7 +404,6 @@ #define CONFIG_CMD_GPT #define CONFIG_CMD_PART -#define CONFIG_KERNEL_OFFSET 1 #define CONFIG_KERNEL_PART_SIZE 8 #define CONFIG_RAMDISK_PART_SIZE 16 #define CONFIG_ROOTFS_PART_SIZE 3072