diff options
author | Simon Glass | 2023-07-30 21:01:44 -0600 |
---|---|---|
committer | Bin Meng | 2023-08-09 23:31:12 +0800 |
commit | f26a966b2ed06ab1ba86ebce16b96b73bc3f283f (patch) | |
tree | cebc8bfec8be8f5d8a21578aa0e5ef503222445c | |
parent | b985760b7eac0b0294c24347c1c21a6ea0675da2 (diff) |
doc: Explain how to avoid the distro-boot scripts
Now that standard boot is available, mention this in the environment
documentation.
Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> # Intel Edison
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
-rw-r--r-- | doc/usage/environment.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/usage/environment.rst b/doc/usage/environment.rst index 2c44e5da6aa..91dc07b17bc 100644 --- a/doc/usage/environment.rst +++ b/doc/usage/environment.rst @@ -94,7 +94,7 @@ to add environment variables. Board maintainers are encouraged to migrate to the text-based environment as it is easier to maintain. The distro-board script still requires the old-style -environment but work is underway to address this. +environments, so use :doc:`../develop/bootstd` instead. List of environment variables |