rv1126-uboot/drivers
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
..
adc
ata
bios_emulator
block dm: blk: fix spi flash uclass different error when use mtd block 2019-10-09 09:13:21 +08:00
bootcount
clk clk: rockchip: rk1808: Restore crypto frequency after PLL frequency setting 2019-12-10 11:30:51 +08:00
core dm: cmd: add "dm aliases" support 2019-12-16 21:01:05 +08:00
cpu
crypto crypto: rockchip: v1: add address print for aligned failed message 2019-12-17 15:05:18 +08:00
ddr
demo
dfu
dma
firmware
fpga
gpio
i2c dm: i2c: add alias seq print 2019-09-20 15:54:43 +08:00
input driver: core/input: treat 'u-boot,dm-spl' as 'u-boot,dm-pre-reloc' 2019-10-24 10:52:45 +08:00
irq irq: virq: add parent irq enable/disable management 2019-10-23 11:12:30 +08:00
led
mailbox
memory
misc misc: rockchip-otp: support read & write secure otp 2019-08-23 09:16:14 +08:00
mmc dm: mmc: support get MMC order through aliases in spl process 2019-07-29 15:35:17 +08:00
mtd mtd: spinand: support GD5F2GQ4UExxG 2019-11-15 09:09:30 +08:00
net UPSTREAM: armv8: ls1043a/ls2080a: check SoC by device ID 2020-01-07 17:24:46 +08:00
nvme
pch
pci
pcmcia
phy
pinctrl pinctrl: rockchip: use flat device tree to find the node in spl 2019-11-11 09:46:07 +08:00
power power: io-domain: Don't printf sudev->name when get regulator failed 2019-11-27 11:30:07 +08:00
pwm
qe
ram driver: ram: rockchip: fix some soc can not use sdram_common api 2019-11-29 18:28:14 +08:00
remoteproc
reset
rkflash rkflash: support SPI Nor gpt update 2019-12-20 10:06:59 +08:00
rknand drivers: rknand: add support Micron B05A and B16A 2019-09-26 14:13:14 +08:00
rtc
scsi
serial dm: serial: add "serial_dev_" API for normal serial device 2019-12-20 20:54:18 +08:00
soc
sound
spi rockchip: drivers: spi: add compatible info for rk3328 and rk3066 2019-12-06 14:28:32 +08:00
spmi
sysreset dm: sysreset: support mode args for reboot/reset command 2019-11-12 19:34:04 +08:00
thermal
timer
tpm
usb UPSTREAM: spl: disk: usb: Add dependencies to sprintf/strto* 2020-01-07 17:24:49 +08:00
video video/drm: analogix_dp: Workaround async issue between pclk clock and 24m clock 2020-01-02 17:14:31 +08:00
watchdog
Kconfig
Makefile driver: Makefile: add crypto compile for SPL 2019-10-14 20:57:25 +08:00