summaryrefslogtreecommitdiffstats
path: root/doc/driver-model
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2014-07-23 06:55:15 -0600
committerSimon Glass <sjg@chromium.org>2014-07-23 14:07:26 +0100
commitc910e2e2da49036496a5b8b34425043675218d51 (patch)
tree29d2a8d0ec37379167cd6e5659ef26ef6fa18b3e /doc/driver-model
parentf4cdead24a1a0c39c29c04e107c2f98ba61c5da8 (diff)
downloadtalos-obmc-uboot-c910e2e2da49036496a5b8b34425043675218d51.tar.gz
talos-obmc-uboot-c910e2e2da49036496a5b8b34425043675218d51.zip
dm: Avoid accessing uclasses before they are ready
Don't allow access to uclasses before they have been initialised. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'doc/driver-model')
-rw-r--r--doc/driver-model/README.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/driver-model/README.txt b/doc/driver-model/README.txt
index 346cf08429..672497d482 100644
--- a/doc/driver-model/README.txt
+++ b/doc/driver-model/README.txt
@@ -95,7 +95,7 @@ are provided in test/dm. To run them, try:
You should see something like this:
<...U-Boot banner...>
- Running 16 driver model tests
+ Running 17 driver model tests
Test: dm_test_autobind
Test: dm_test_autoprobe
Test: dm_test_children
@@ -116,6 +116,7 @@ You should see something like this:
Test: dm_test_pre_reloc
Test: dm_test_remove
Test: dm_test_uclass
+ Test: dm_test_uclass_before_ready
Failures: 0
OpenPOWER on IntegriCloud