spl: sdp: Add CONFIG_SPL_SDP_USB_DEV for USB device
authorYe Li <ye.li@nxp.com>
Wed, 29 Apr 2020 02:35:12 +0000 (10:35 +0800)
committerStefano Babic <sbabic@denx.de>
Sun, 3 May 2020 13:31:41 +0000 (15:31 +0200)
commit407e3844fc8bafb5a648180ec33c2ca806c1a126
tree4c87b83b5f21ef5b43da8bf07c77ddfc5a0630f8
parent8f95c0105f77dfc4f42babcdb725a55902a371f8
spl: sdp: Add CONFIG_SPL_SDP_USB_DEV for USB device

Add a new configuration CONFIG_SPL_SDP_USB_DEV to specify the
usb index for spl sdp driver, so that we change use different device.
The default value is 0.

Signed-off-by: Ye Li <ye.li@nxp.com>
Signed-off-by: Peng Fan <peng.fan@nxp.com>
common/spl/Kconfig
common/spl/spl_sdp.c