Change the value of dfu_device to 0 as integer value.
__stringify() doesn't apply in tizen_rpi.env.
So it's not working a correct behavior.
Change-Id: I45e5a6cbf6da24940b0df6456e45258f8afbd7c2
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
opts=loglevel=4
dfu_usb_con=0
dfu_interface=mmc
-dfu_device= __stringify(CONFIG_MMC_DEFAULT_DEV)
+dfu_device=0
set_to_part_a=SET_TO_PARTITION_X("0x61")
set_to_part_b=SET_TO_PARTITION_X("0x62")
disable_delay=setenv console console=ram; setenv bootdelay 0; saveenv