configs: artik710_raptor: add default dfu environments
authorSeung-Woo Kim <sw0312.kim@samsung.com>
Fri, 20 Oct 2017 12:46:30 +0000 (21:46 +0900)
committerJaehoon Chung <jh80.chung@samsung.com>
Mon, 21 Jan 2019 05:55:21 +0000 (14:55 +0900)
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 <sw0312.kim@samsung.com>
include/configs/artik710_raptor.h

index a946d47bf4d5b45eeb330fb10a70f50a5023ccd6..6a7f81857d42eeb80208dbe468b9b84744d85169 100644 (file)
        "opts=\0"                                                       \
        "loglevel=loglevel=4 splash\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"                                           \