commit | 5e541a05f70296dbad07fc1f4e8678ad207bb476 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Jul 30 21:01:45 2023 -0600 |
committer | Bin Meng <bmeng.cn@gmail.com> | Wed Aug 09 23:31:12 2023 +0800 |
tree | 78e5cd5c03868910fc8de40e6179b2afdc99ca3c | |
parent | f26a966b2ed06ab1ba86ebce16b96b73bc3f283f [diff] |
env: Use include/env for text-environment includes The 'environment' word is too long. We mostly use 'env' in U-Boot, so use that as the name of the include directory too. 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>