mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-04 13:21:45 +00:00
usage-model.txt: fix typo machine_init->init_machine
machine_init was used intead of init_machine which clearly was not intended. Signed-off-by: Richard Genoud <richard.genoud@gmail.com> Signed-off-by: Rob Herring <rob.herring@calxeda.com>
This commit is contained in:
parent
a3a7cab17d
commit
5d781108bc
1 changed files with 1 additions and 1 deletions
|
@ -312,7 +312,7 @@ device tree for the NVIDIA Tegra board.
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
At .machine_init() time, Tegra board support code will need to look at
|
At .init_machine() time, Tegra board support code will need to look at
|
||||||
this DT and decide which nodes to create platform_devices for.
|
this DT and decide which nodes to create platform_devices for.
|
||||||
However, looking at the tree, it is not immediately obvious what kind
|
However, looking at the tree, it is not immediately obvious what kind
|
||||||
of device each node represents, or even if a node represents a device
|
of device each node represents, or even if a node represents a device
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue