mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-02 09:46:37 +03:00
dm: typo programmaticaly
%s/programmaticaly/programmatically/ Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
This commit is contained in:
committed by
Tom Rini
parent
aa99fc54ed
commit
307b0f03b9
@@ -114,7 +114,7 @@ int dm_extended_scan(bool pre_reloc_only);
|
||||
*
|
||||
* Some devices may not be visible to Driver Model. This weak function can
|
||||
* be provided by boards which wish to create their own devices
|
||||
* programmaticaly. They should do this by calling device_bind() on each
|
||||
* programmatically. They should do this by calling device_bind() on each
|
||||
* device.
|
||||
*
|
||||
* @pre_reloc_only: If true, bind only nodes with special devicetree properties,
|
||||
|
||||
Reference in New Issue
Block a user