From: Seung-Woo Kim Date: Fri, 20 Oct 2017 12:43:50 +0000 (+0900) Subject: configs: artik530_raptor: add default dfu environments X-Git-Tag: submit/tizen/20180327.075642~49 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=030fcdb9cd58f4f74dd8f7ca19afbea7c59c2648;p=profile%2Fcommon%2Fplatform%2Fkernel%2Fu-boot-artik7.git configs: artik530_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: If6ecf2d2b74545084b2fe8d18628a4f60d81f619 Signed-off-by: Seung-Woo Kim --- diff --git a/include/configs/artik530_raptor.h b/include/configs/artik530_raptor.h index 29ced20196..c116f18424 100644 --- a/include/configs/artik530_raptor.h +++ b/include/configs/artik530_raptor.h @@ -435,6 +435,10 @@ "nr_cpus=4\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" \