summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2021-01-24 14:32:44 -0700
committerSimon Glass <sjg@chromium.org>2021-02-03 03:38:41 -0700
commitb1f25fcfefc4c8e05f91d948f316c7bdbb4cd527 (patch)
tree504a99ea978c14b6b18c3bcd4b5ece3b0d4a5586 /test
parent4d7bab1adb1a8e3d5b30c5d19f1873dacc95bb93 (diff)
downloadu-boot-b1f25fcfefc4c8e05f91d948f316c7bdbb4cd527.tar.gz
u-boot-b1f25fcfefc4c8e05f91d948f316c7bdbb4cd527.tar.xz
u-boot-b1f25fcfefc4c8e05f91d948f316c7bdbb4cd527.zip
dm: core: Remove children before advising uclass
At present the uclass pre-remove method is called before the children are removed. But the children may refused to be removed, in whch case the uclass is in a tricky situation. At present we handle this by calling the uclass' post_probe() method. But it seems better to avoid doing anything with the uclass in this case. Switch the ordering so that we make sure the children can be removed before advising the uclass. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'test')
0 files changed, 0 insertions, 0 deletions