aboutsummaryrefslogtreecommitdiff
path: root/board/ti/am64x
diff options
context:
space:
mode:
authorSimon Glass2023-07-30 21:01:45 -0600
committerBin Meng2023-08-09 23:31:12 +0800
commit5e541a05f70296dbad07fc1f4e8678ad207bb476 (patch)
tree78e5cd5c03868910fc8de40e6179b2afdc99ca3c /board/ti/am64x
parentf26a966b2ed06ab1ba86ebce16b96b73bc3f283f (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/am64x')
-rw-r--r--board/ti/am64x/am64x.env6
1 files changed, 3 insertions, 3 deletions
diff --git a/board/ti/am64x/am64x.env b/board/ti/am64x/am64x.env
index ecb07366fc8..1567907fcbd 100644
--- a/board/ti/am64x/am64x.env
+++ b/board/ti/am64x/am64x.env
@@ -1,6 +1,6 @@
-#include <environment/ti/ti_armv7_common.env>
-#include <environment/ti/mmc.env>
-#include <environment/ti/k3_dfu.env>
+#include <env/ti/ti_armv7_common.env>
+#include <env/ti/mmc.env>
+#include <env/ti/k3_dfu.env>
findfdt=
if test $board_name = am64x_gpevm; then