mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-24 21:54:01 +00:00
doc: Move driver model docs under develop/
These docs are useful for developers, not users. Move them under that section. Suggested-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
d1ceeeff6c
commit
5ce319133b
20 changed files with 5 additions and 11 deletions
|
@ -3,6 +3,10 @@
|
|||
Driver Model
|
||||
============
|
||||
|
||||
The following holds information on the U-Boot device driver framework:
|
||||
driver-model, including the design details of itself and several driver
|
||||
subsystems
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
|
|
@ -10,6 +10,7 @@ Implementation
|
|||
:maxdepth: 1
|
||||
|
||||
commands
|
||||
driver-model/index
|
||||
global_data
|
||||
logging
|
||||
menus
|
||||
|
|
|
@ -38,17 +38,6 @@ want to contribute to U-Boot.
|
|||
|
||||
develop/index
|
||||
|
||||
Driver-Model documentation
|
||||
--------------------------
|
||||
|
||||
The following holds information on the U-Boot device driver framework:
|
||||
driver-model, including the design details of itself and several driver
|
||||
subsystems.
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
|
||||
driver-model/index
|
||||
|
||||
U-Boot API documentation
|
||||
------------------------
|
||||
|
|
Loading…
Reference in a new issue