From: Seung-Woo Kim Date: Fri, 20 Oct 2017 12:46:30 +0000 (+0900) Subject: configs: artik710_raptor: add default dfu environments X-Git-Tag: submit/tizen/20180327.075642~48 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=17c6ee76dc786ca437680fcbd1a192d47d015e5a;p=profile%2Fcommon%2Fplatform%2Fkernel%2Fu-boot-artik7.git configs: artik710_raptor: add default dfu environments Add default dfu environments with the first usb interface, mmc storage, and the first mmc insterface to use thordown command without parameters. Change-Id: I5e65ae08882d7e6cb5a45180267eb88521fcbb93 Signed-off-by: Seung-Woo Kim --- diff --git a/include/configs/artik710_raptor.h b/include/configs/artik710_raptor.h index 80decbd44a..6c5673d78e 100644 --- a/include/configs/artik710_raptor.h +++ b/include/configs/artik710_raptor.h @@ -414,6 +414,10 @@ "root_rw=rw\0" \ "opts=loglevel=4\0" \ "rootfs_type=ext4\0" \ + "dfu_alt_info=" CONFIG_DFU_ALT \ + "dfu_usb_con=0\0" \ + "dfu_interface=mmc\0" \ + "dfu_device=0\0" \ "lcd1_0=s6e8fa0\0" \ "lcd2_0=gst7d0038\0" \ "lcd_panel=s6e8fa0\0" \