configs: artik530_raptor: add default dfu environments
authorSeung-Woo Kim <sw0312.kim@samsung.com>
Fri, 20 Oct 2017 12:43:50 +0000 (21:43 +0900)
committerJaehoon Chung <jh80.chung@samsung.com>
Mon, 26 Mar 2018 02:31:18 +0000 (11:31 +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: If6ecf2d2b74545084b2fe8d18628a4f60d81f619
Signed-off-by: Seung-Woo Kim <sw0312.kim@samsung.com>
include/configs/artik530_raptor.h

index 29ced20196eb1a6a05aded8bd979319769c519a1..c116f1842422d67350603bd59e5ad57e7777ce10 100644 (file)
        "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"                                           \