From ec6248b984fc3d5900d4e7183cc9926cd56f97d6 Mon Sep 17 00:00:00 2001 From: Przemyslaw Marczak Date: Tue, 30 Sep 2014 17:50:07 +0200 Subject: [PATCH] tizen: add dfu system setting to default env Change-Id: I80a5aa0389191b1caedff0d488dc61f0731d94d9 Signed-off-by: Przemyslaw Marczak --- include/configs/tizen.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/configs/tizen.h b/include/configs/tizen.h index 02f9b0ad92..d8e64d0174 100644 --- a/include/configs/tizen.h +++ b/include/configs/tizen.h @@ -137,6 +137,8 @@ "mmcrootdev=0\0" \ "bootdelay=0\0" \ "dfu_alt_info=Please reset the board.\0" \ + "dfu_alt_system_trats2="DFU_ALT_SYSTEM_TRATS2 \ + "dfu_alt_system_odroid="DFU_ALT_SYSTEM_ODROID \ "dfu_usb_con=0\0" \ "dfu_interface=mmc\0" \ "dfu_device=" __stringify(CONFIG_MMC_DEFAULT_DEV) "\0" \ -- 2.34.1