diff options
author | Simon Glass <sjg@chromium.org> | 2021-02-04 21:17:12 -0700 |
---|---|---|
committer | Bin Meng <bmeng.cn@gmail.com> | 2021-02-06 19:18:41 +0800 |
commit | 9b95f3f7ffb77fd53b2fad7197de2b379f7fac3e (patch) | |
tree | 73a7dbc974a89d16fb8a5053c2d7a9e4b0f111af /doc/develop/index.rst | |
parent | 8308a28af821d6498186b3dd7463db9874cd2daf (diff) | |
download | u-boot-9b95f3f7ffb77fd53b2fad7197de2b379f7fac3e.tar.gz |
README: Add doumentation for version information
There are quite a few available version options in U-Boot. Add a list of
the available Makefile variables and #defines, along with examples.
Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'doc/develop/index.rst')
-rw-r--r-- | doc/develop/index.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/develop/index.rst b/doc/develop/index.rst index beaa64d8d9..ac57fdb8f3 100644 --- a/doc/develop/index.rst +++ b/doc/develop/index.rst @@ -13,6 +13,7 @@ Implementation global_data logging menus + version Debugging --------- |