diff options
author | Tom Rini <trini@konsulko.com> | 2018-06-01 09:52:15 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-06-01 09:52:15 -0400 |
commit | caa2a2e5ab44d87faf51fafc780ecc985e0c05d6 (patch) | |
tree | da4f3cba6cdfbeae5f723a9ebf00bd29c8ae31bb /configs/sniper_defconfig | |
parent | c90c43cda8c376f949266f920bbb49119aef0b00 (diff) | |
parent | 277b1333b780acd8ddb761c9160c06ffdf1c3901 (diff) |
Merge branch 'master' of git://git.denx.de/u-boot-usb
Diffstat (limited to 'configs/sniper_defconfig')
-rw-r--r-- | configs/sniper_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/sniper_defconfig b/configs/sniper_defconfig index ad22a1cbe2..70e485fab2 100644 --- a/configs/sniper_defconfig +++ b/configs/sniper_defconfig @@ -13,7 +13,7 @@ CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_USE_PARTITION=y CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_PARTITION=2 # CONFIG_SPL_EXT_SUPPORT is not set CONFIG_SYS_PROMPT="sniper # " -CONFIG_FASTBOOT=y +CONFIG_USB_FUNCTION_FASTBOOT=y CONFIG_FASTBOOT_BUF_ADDR=0x82000000 CONFIG_FASTBOOT_BUF_SIZE=0x2000000 CONFIG_FASTBOOT_FLASH=y |