diff options
author | Nishanth Menon <nm@ti.com> | 2023-08-25 13:02:54 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2023-09-08 10:07:11 -0400 |
commit | bf9c61acb6caed97114029d2dc1e91b148cd9b8a (patch) | |
tree | aa4857f8b100eaeec5d18188a1a09cb14852db23 /board/ti/am65x | |
parent | 99ab84b57ffe4fbbc7f90803679516e6d733a785 (diff) | |
download | u-boot-bf9c61acb6caed97114029d2dc1e91b148cd9b8a.tar.gz u-boot-bf9c61acb6caed97114029d2dc1e91b148cd9b8a.tar.bz2 u-boot-bf9c61acb6caed97114029d2dc1e91b148cd9b8a.zip |
include: env: ti: ti_armv7_common.env: Rename to ti_common.env
ti_armv7_common does not make any more sense as it is used by armv7
and armv8 TI based platforms.
Reported-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Mattijs Korpershoek <mkorpershoek@baylibre.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
Tested-by: Mattijs Korpershoek <mkorpershoek@baylibre.com>
Signed-off-by: Nishanth Menon <nm@ti.com>
Diffstat (limited to 'board/ti/am65x')
-rw-r--r-- | board/ti/am65x/am65x.env | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/ti/am65x/am65x.env b/board/ti/am65x/am65x.env index 755bff2707..286b9c300c 100644 --- a/board/ti/am65x/am65x.env +++ b/board/ti/am65x/am65x.env @@ -1,4 +1,4 @@ -#include <env/ti/ti_armv7_common.env> +#include <env/ti/ti_common.env> #include <env/ti/mmc.env> #include <env/ti/k3_dfu.env> #if CONFIG_CMD_REMOTEPROC |