Merge tag 'arc-fixes-for-2019.04-rc1' of git://git.denx.de/u-boot-arc
[platform/kernel/u-boot.git] / include / configs / pico-imx6ul.h
index 3d93205..8082b74 100644 (file)
@@ -56,8 +56,8 @@
 
 #define CONFIG_DFU_ENV_SETTINGS \
        "dfu_alt_info=" \
-               "spl raw 0x2 0x400 mmcpart 1;" \
-               "u-boot raw 0x8a 0x400 mmcpart 1;" \
+               "spl raw 0x2 0x400;" \
+               "u-boot raw 0x8a 0x400;" \
                "/boot/zImage ext4 0 1;" \
                "/boot/imx6ul-pico-hobbit.dtb ext4 0 1;" \
                "/boot/imx6ul-pico-pi.dtb ext4 0 1;" \
 
 #define BOOT_TARGET_DEVICES(func) \
        func(MMC, mmc, 0) \
+       func(USB, usb, 0) \
+       func(PXE, pxe, na) \
        func(DHCP, dhcp, na)
 
 #include <config_distro_bootcmd.h>