diff options
author | Simon Glass <sjg@chromium.org> | 2023-07-30 21:01:45 -0600 |
---|---|---|
committer | Bin Meng <bmeng.cn@gmail.com> | 2023-08-09 23:31:12 +0800 |
commit | 5e541a05f70296dbad07fc1f4e8678ad207bb476 (patch) | |
tree | 78e5cd5c03868910fc8de40e6179b2afdc99ca3c /include/configs/dra7xx_evm.h | |
parent | f26a966b2ed06ab1ba86ebce16b96b73bc3f283f (diff) | |
download | u-boot-5e541a05f70296dbad07fc1f4e8678ad207bb476.tar.gz |
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/dra7xx_evm.h')
-rw-r--r-- | include/configs/dra7xx_evm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/dra7xx_evm.h b/include/configs/dra7xx_evm.h index ef1d5a11260..633ec1f32fa 100644 --- a/include/configs/dra7xx_evm.h +++ b/include/configs/dra7xx_evm.h @@ -11,7 +11,7 @@ #ifndef __CONFIG_DRA7XX_EVM_H #define __CONFIG_DRA7XX_EVM_H -#include <environment/ti/dfu.h> +#include <env/ti/dfu.h> #define CFG_MAX_MEM_MAPPED 0x80000000 |