]> git.karo-electronics.de Git - karo-tx-uboot.git/commitdiff
dm: core: Remove unbind operations when not required
authorSimon Glass <sjg@chromium.org>
Sat, 28 Feb 2015 05:06:31 +0000 (22:06 -0700)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 20:30:15 +0000 (22:30 +0200)
The CONFIG_DM_DEVICE_REMOVE option takes out code related to removing
devices. It should also remove the 'unbind' code since if we cannot
remove we probably don't need to unbind.

Signed-off-by: Simon Glass <sjg@chromium.org>

No differences found