diff options
author | Simon Glass | 2023-02-05 15:30:52 -0700 |
---|---|---|
committer | Heinrich Schuchardt | 2023-02-10 13:05:39 +0100 |
commit | 8ad7cfec37b72c6bd629b4f1a18bf3ceebf9bd57 (patch) | |
tree | 3f9bec66968188c1a85e366b66a9b9470ce08e9c /doc/index.rst | |
parent | 67835c20901c4286dae0553704fe43039d441dfe (diff) |
doc: Link to some useful talks
Talks are a great way to learn about U-Boot and have been lost now that
the Denx Wiki has gone away.
These are stored at elinux.org so link to that .
Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Sean Anderson <seanga2@gmail.com>
Diffstat (limited to 'doc/index.rst')
-rw-r--r-- | doc/index.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/index.rst b/doc/index.rst index 02de1d46842..57b42c68e44 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -25,6 +25,7 @@ trying to get it to work optimally on a given system. :maxdepth: 2 build/index + learn/index usage/index Developer-oriented documentation |