rv1126-uboot/drivers/usb
Alex Kiernan 310695f3d2 UPSTREAM: spl: disk: usb: Add dependencies to sprintf/strto*
If SPL serial support is disabled nothing brings in sprintf, snprintf
or simple_strtoul:

  env/built-in.o: In function `regex_callback':
  env/attr.c:128: undefined reference to `sprintf'
  disk/built-in.o: In function `blk_get_device_by_str':
  disk/part.c:386: undefined reference to `simple_strtoul'
  disk/part.c:395: undefined reference to `simple_strtoul'
  disk/built-in.o: In function `blk_get_device_part_str':
  disk/part.c:522: undefined reference to `simple_strtoul'
  disk/built-in.o: In function `part_set_generic_name':
  disk/part.c:704: undefined reference to `sprintf'
  drivers/built-in.o: In function `init_peripheral_ep':
  drivers/usb/musb-new/musb_gadget.c:1826: undefined reference to `sprintf'
  drivers/built-in.o: In function `musb_core_init':
  drivers/usb/musb-new/musb_core.c:1451: undefined reference to `snprintf'

Add those dependencies here.

Change-Id: I3512dc53bc93a556aee250d98d1a5977d9e2a537
Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com>
Signed-off-by: Frank Wang <frank.wang@rock-chips.com>
(cherry picked from commit ab9e12f651d9211aa0d3c9b9e579c38bd8704054)
2020-01-07 17:24:49 +08:00
..
common UPSTREAM: armv8: ls1043a/ls2080a: check SoC by device ID 2020-01-07 17:24:46 +08:00
dwc3 UPSTREAM: bug.h: introduce WARN_ONCE 2020-01-07 17:24:43 +08:00
emul UPSTREAM: usb: sandbox: Fix emulator device select logic in usb_emul_find_devnum() 2020-01-07 17:24:43 +08:00
eth treewide: replace with error() with pr_err() 2018-01-17 15:27:28 +08:00
gadget UPSTREAM: usb: gadget: composite: fix NULL pointer when a non standard request is received 2020-01-07 17:24:49 +08:00
host UPSTREAM: usb: host: dwc3: fix phys init 2020-01-07 17:24:49 +08:00
musb omap4: Drop redundant CONFIG_OMAP4430 symbol 2017-05-15 10:39:59 -04:00
musb-new UPSTREAM: spl: disk: usb: Add dependencies to sprintf/strto* 2020-01-07 17:24:49 +08:00
phy UPSTREAM: libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> 2019-07-05 19:33:35 +08:00
ulpi UPSTREAM: usb: ulpi: kconfig: Remove meaningless choice default 2020-01-07 17:24:47 +08:00
Kconfig UPSTREAM: usb: kbd: select SYS_STDIO_DEREGISTER 2020-01-07 17:24:47 +08:00