From cda554e2afee98343e51296d9ff98b8d04cae4fd Mon Sep 17 00:00:00 2001 From: Seung-Woo Kim Date: Wed, 25 Jan 2017 13:22:15 +0900 Subject: [PATCH] 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 --- include/configs/tizen_tm1.h | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.7.4