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 /board/ti/am62x | |
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 'board/ti/am62x')
-rw-r--r-- | board/ti/am62x/am62x.env | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/board/ti/am62x/am62x.env b/board/ti/am62x/am62x.env index bb37d21de61..f2dc87893a9 100644 --- a/board/ti/am62x/am62x.env +++ b/board/ti/am62x/am62x.env @@ -1,5 +1,5 @@ -#include <environment/ti/ti_armv7_common.env> -#include <environment/ti/mmc.env> +#include <env/ti/ti_armv7_common.env> +#include <env/ti/mmc.env> default_device_tree=ti/k3-am625-sk.dtb findfdt= |