]> git.baikalelectronics.ru Git - uboot.git/commit
usb: storage: s/CONFIG_BLK/CONFIG_IS_ENABLED(BLK)/
authorSven Schwermer <sven@svenschwermer.de>
Wed, 21 Nov 2018 07:43:57 +0000 (08:43 +0100)
committerMarek Vasut <marex@denx.de>
Mon, 26 Nov 2018 20:19:04 +0000 (21:19 +0100)
commitb931a2dd374bcfd072f619786c5833a2871755eb
tree3dcea820797428438527ea17cc281b9bfefd359c
parent58f9688e55bea985948e45eb708d9201297b727b
usb: storage: s/CONFIG_BLK/CONFIG_IS_ENABLED(BLK)/

This fixes link issues when building the SPL without USB driver model
but with USB storage support. CONFIG_BLK can be enabled and disabled
independently for SPL and non-SPL builds. We leverage that existing
functionality here.

Signed-off-by: Sven Schwermer <sven@svenschwermer.de>
common/usb_storage.c