On 26 July 2017 at 05:22, Philipp Tomsich <[email protected]> wrote: > There's an unconditional dependency from the mass-storage command > onto the mass-storage function through a call to fsg_main_thread(...). > If USB_FUNCTION_MASS_STORAGE is not enabled, this will result in > link-errors when CMD_USB_MASS_STORAGE is enabled. > > Let's introduce an 'implies' relationship to model this dependency. > > Signed-off-by: Philipp Tomsich <[email protected]> > --- > > Changes in v3: > - rebased onto u-boot-usb/master@d2f6f70 > > Changes in v2: None > > cmd/Kconfig | 1 + > 1 file changed, 1 insertion(+)
Reviewed-by: Simon Glass <[email protected]> _______________________________________________ U-Boot mailing list [email protected] https://lists.denx.de/listinfo/u-boot

