mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-18 13:11:31 +00:00
doc: driver-model: Fix typo
Signed-off-by: Chris Packham <judge.packham@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
b8a48fbca3
commit
09b8d67f31
1 changed files with 1 additions and 1 deletions
|
@ -695,7 +695,7 @@ steps (see device_probe()):
|
|||
allocate it yourself in ofdata_to_platdata(). Note that it is preferable
|
||||
to do all the device tree decoding in ofdata_to_platdata() rather than
|
||||
in probe(). (Apart from the ugliness of mixing configuration and run-time
|
||||
data, one day it is possible that U-Boot will cache platformat data for
|
||||
data, one day it is possible that U-Boot will cache platform data for
|
||||
devices which are regularly de/activated).
|
||||
|
||||
h. The device's probe() method is called. This should do anything that
|
||||
|
|
Loading…
Add table
Reference in a new issue