From: Seung-Woo Kim Date: Wed, 25 Jan 2017 04:22:15 +0000 (+0900) Subject: tizen: tm1: enable ramdisk bootmode config option X-Git-Tag: accepted/tizen/mobile/20170306.102415~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F23%2F111923%2F2;p=profile%2Fmobile%2Fplatform%2Fkernel%2Fu-boot-tm1.git tizen: tm1: enable ramdisk bootmode config option This patch enables ramdisk bootmode config option for tm1 board. Change-Id: I591324581500f9e10f2888f4c8bea46c3924bf10 Signed-off-by: Seung-Woo Kim --- diff --git a/include/configs/tizen_tm1.h b/include/configs/tizen_tm1.h index 916c108..1c0b878 100644 --- a/include/configs/tizen_tm1.h +++ b/include/configs/tizen_tm1.h @@ -411,6 +411,8 @@ #define PARTS_RUNTIMENV2 "runtimenv2" #define PARTS_RAMDISK "ramdisk1" +#define CONFIG_RAMDISK_BOOT 1 + #define CONFIG_SIG #ifdef CONFIG_CMD_NET