diff options
author | Tom Rini <trini@konsulko.com> | 2017-10-16 21:35:43 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-10-16 21:35:43 -0400 |
commit | 308e06656691abc84ed593662c521c47ef8704c3 (patch) | |
tree | 34d6b7d58f9634139ab23d22541ed5860eec16c3 /configs/edison_defconfig | |
parent | 6c7c3dcc59d4ad49e4b1e773b98f9c110a13f306 (diff) | |
download | u-boot-308e06656691abc84ed593662c521c47ef8704c3.tar.gz |
configs: Resync with savedefconfig
Rsync all defconfig files using moveconfig.py
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/edison_defconfig')
-rw-r--r-- | configs/edison_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/edison_defconfig b/configs/edison_defconfig index aa8eedeeba..dabbee66bd 100644 --- a/configs/edison_defconfig +++ b/configs/edison_defconfig @@ -31,10 +31,10 @@ CONFIG_DFU_RAM=y CONFIG_DM_PCI_COMPAT=y CONFIG_USB_DWC3_GADGET=y CONFIG_USB_GADGET=y -CONFIG_USB_GADGET_DOWNLOAD=y CONFIG_USB_GADGET_MANUFACTURER="Intel" CONFIG_USB_GADGET_VENDOR_NUM=0x8087 CONFIG_USB_GADGET_PRODUCT_NUM=0x0a99 +CONFIG_USB_GADGET_DOWNLOAD=y # CONFIG_USB_HOST_ETHER is not set CONFIG_FAT_WRITE=y CONFIG_SHA1=y |