Skip to content

Commit

Permalink
ARM: zynq: delete long-dead CONFIG_USB_CABLE_CHECK
Browse files Browse the repository at this point in the history
This Kbuild option disappeared way back in 2014:

 commit 75504e9
 Author: Mateusz Zalega <[email protected]>
 Date:   Wed Apr 30 13:07:48 2014 +0200

    ... snip ...

    CONFIG_USB_CABLE_CHECK was removed.

Signed-off-by: Robert P. J. Day <[email protected]>
Signed-off-by: Michal Simek <[email protected]>
  • Loading branch information
rpjday authored and Michal Simek committed Jul 30, 2019
1 parent d0d07ba commit ce7b93d
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion include/configs/xilinx_zynqmp.h
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@
#if defined(CONFIG_ZYNQMP_USB)
#define CONFIG_SYS_DFU_DATA_BUF_SIZE 0x1800000
#define DFU_DEFAULT_POLL_TIMEOUT 300
#define CONFIG_USB_CABLE_CHECK
#define CONFIG_THOR_RESET_OFF
#define DFU_ALT_INFO_RAM \
"dfu_ram_info=" \
Expand Down
1 change: 0 additions & 1 deletion include/configs/zynq-common.h
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@

# define CONFIG_SYS_DFU_DATA_BUF_SIZE 0x600000
# define DFU_DEFAULT_POLL_TIMEOUT 300
# define CONFIG_USB_CABLE_CHECK
# define CONFIG_THOR_RESET_OFF
# define DFU_ALT_INFO_RAM \
"dfu_ram_info=" \
Expand Down
1 change: 0 additions & 1 deletion scripts/config_whitelist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4293,7 +4293,6 @@ CONFIG_USB_ATMEL_CLK_SEL_PLLB
CONFIG_USB_ATMEL_CLK_SEL_UPLL
CONFIG_USB_BIN_FIXUP
CONFIG_USB_BOOTING
CONFIG_USB_CABLE_CHECK
CONFIG_USB_DEVICE
CONFIG_USB_DEV_BASE
CONFIG_USB_DEV_PULLUP_GPIO
Expand Down

0 comments on commit ce7b93d

Please sign in to comment.