This change allows using DFU and THOR commands without
passing command line arguments.

Signed-off-by: Przemyslaw Marczak <p.marc...@samsung.com>
Cc: Lukasz Majewski <l.majew...@samsung.com>
Cc: Minkyu Kang <mk7.k...@samsung.com>
---
 include/configs/trats.h | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/include/configs/trats.h b/include/configs/trats.h
index 90f1962..6061e2f 100644
--- a/include/configs/trats.h
+++ b/include/configs/trats.h
@@ -159,6 +159,9 @@
        "opts=always_resume=1\0" \
        "partitions=" PARTS_DEFAULT \
        "dfu_alt_info=" CONFIG_DFU_ALT \
+       "dfu_usb_con=0\0" \
+       "dfu_interface=mmc\0" \
+       "dfu_device=" __stringify(CONFIG_MMC_DEFAULT_DEV) "\0" \
        "spladdr=0x40000100\0" \
        "splsize=0x200\0" \
        "splfile=falcon.bin\0" \
-- 
1.9.1

_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to