diff options
author | Simon Glass | 2023-07-30 21:01:45 -0600 |
---|---|---|
committer | Bin Meng | 2023-08-09 23:31:12 +0800 |
commit | 5e541a05f70296dbad07fc1f4e8678ad207bb476 (patch) | |
tree | 78e5cd5c03868910fc8de40e6179b2afdc99ca3c /include/configs/am62x_evm.h | |
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>
Diffstat (limited to 'include/configs/am62x_evm.h')
-rw-r--r-- | include/configs/am62x_evm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/am62x_evm.h b/include/configs/am62x_evm.h index 6b2a6ee0d0c..44180dc7687 100644 --- a/include/configs/am62x_evm.h +++ b/include/configs/am62x_evm.h @@ -10,7 +10,7 @@ #define __CONFIG_AM625_EVM_H #include <config_distro_bootcmd.h> -#include <environment/ti/mmc.h> +#include <env/ti/mmc.h> /* DDR Configuration */ #define CFG_SYS_SDRAM_BASE1 0x880000000 |