commit | 7497812d47d4ad17172ec373469a33a6ab8b257e | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Jul 23 06:55:00 2014 -0600 |
committer | Simon Glass <sjg@chromium.org> | Wed Jul 23 14:07:24 2014 +0100 |
tree | 8275d58ac9dcc129fdba9371be522b999c11e305 | |
parent | 709ea543b92489e7729d2d7ddd6c9f451e52158c [diff] |
dm: Make sure that the root device is probed The root device should be probed just like any other device. The effect of this is to mark the device as activated, so that it can be removed (along with its children) if required. Signed-off-by: Simon Glass <sjg@chromium.org> Acked-by: Marek Vasut <marex@denx.de>