[PATCH V5 07/17] include: env: ti: ti_armv7_common.env: Rename to ti_common.env

Mattijs Korpershoek mkorpershoek at baylibre.com
Thu Aug 24 10:29:37 CEST 2023


On mer., août 23, 2023 at 22:10, Nishanth Menon <nm at ti.com> wrote:

> 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 at konsulko.com>
> Signed-off-by: Nishanth Menon <nm at ti.com>

Reviewed-by: Mattijs Korpershoek <mkorpershoek at baylibre.com>

> ---
> New patch review comment from:
> https://lore.kernel.org/all/20230823144257.GG3953269@bill-the-cat/
>
> ti_common.h does'nt need any header file support if we switch to
> bootstd.
>
>  board/siemens/iot2050/iot2050.env                     | 2 +-
>  board/ti/am62ax/am62ax.env                            | 2 +-
>  board/ti/am62x/am62x.env                              | 2 +-
>  board/ti/am64x/am64x.env                              | 2 +-
>  board/ti/am65x/am65x.env                              | 2 +-
>  board/ti/j721e/j721e.env                              | 2 +-
>  board/ti/j721s2/j721s2.env                            | 2 +-
>  board/ti/ks2_evm/k2e_evm.env                          | 2 +-
>  board/ti/ks2_evm/k2g_evm.env                          | 2 +-
>  board/ti/ks2_evm/k2hk_evm.env                         | 2 +-
>  board/ti/ks2_evm/k2l_evm.env                          | 2 +-
>  include/env/ti/{ti_armv7_common.env => ti_common.env} | 0
>  12 files changed, 11 insertions(+), 11 deletions(-)
>  rename include/env/ti/{ti_armv7_common.env => ti_common.env} (100%)
>
> diff --git a/board/siemens/iot2050/iot2050.env b/board/siemens/iot2050/iot2050.env
> index caa9f80e3fca..8bbd7abe98f0 100644
> --- a/board/siemens/iot2050/iot2050.env
> +++ b/board/siemens/iot2050/iot2050.env
> @@ -6,7 +6,7 @@
>   *   Jan Kiszka <jan.kiszka at siemens.com>
>   */
>  
> -#include <env/ti/ti_armv7_common.env>
> +#include <env/ti/ti_common.env>
>  
>  usb_pgood_delay=900
>  
> diff --git a/board/ti/am62ax/am62ax.env b/board/ti/am62ax/am62ax.env
> index 3f7c333fa404..bfed7f360844 100644
> --- a/board/ti/am62ax/am62ax.env
> +++ b/board/ti/am62ax/am62ax.env
> @@ -1,4 +1,4 @@
> -#include <env/ti/ti_armv7_common.env>
> +#include <env/ti/ti_common.env>
>  #include <env/ti/mmc.env>
>  
>  default_device_tree=ti/k3-am62a7-sk.dtb
> diff --git a/board/ti/am62x/am62x.env b/board/ti/am62x/am62x.env
> index 1cf56dbd8128..1ef948df83d7 100644
> --- a/board/ti/am62x/am62x.env
> +++ b/board/ti/am62x/am62x.env
> @@ -1,4 +1,4 @@
> -#include <env/ti/ti_armv7_common.env>
> +#include <env/ti/ti_common.env>
>  #include <env/ti/mmc.env>
>  
>  default_device_tree=ti/k3-am625-sk.dtb
> diff --git a/board/ti/am64x/am64x.env b/board/ti/am64x/am64x.env
> index 1567907fcbdc..68e42222b7f1 100644
> --- a/board/ti/am64x/am64x.env
> +++ b/board/ti/am64x/am64x.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>
>  
> diff --git a/board/ti/am65x/am65x.env b/board/ti/am65x/am65x.env
> index 755bff2707c8..286b9c300c05 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
> diff --git a/board/ti/j721e/j721e.env b/board/ti/j721e/j721e.env
> index 2f2fb0591279..8cc8232fc131 100644
> --- a/board/ti/j721e/j721e.env
> +++ b/board/ti/j721e/j721e.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/ufs.env>
>  #include <env/ti/k3_dfu.env>
> diff --git a/board/ti/j721s2/j721s2.env b/board/ti/j721s2/j721s2.env
> index 6825b1469854..64e3d9da85f0 100644
> --- a/board/ti/j721s2/j721s2.env
> +++ b/board/ti/j721s2/j721s2.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/ufs.env>
>  #include <env/ti/k3_dfu.env>
> diff --git a/board/ti/ks2_evm/k2e_evm.env b/board/ti/ks2_evm/k2e_evm.env
> index a145db53e5fa..3dbb7934c59a 100644
> --- a/board/ti/ks2_evm/k2e_evm.env
> +++ b/board/ti/ks2_evm/k2e_evm.env
> @@ -1,4 +1,4 @@
> -#include <env/ti/ti_armv7_common.env>
> +#include <env/ti/ti_common.env>
>  #include <env/ti/ti_armv7_keystone2.env>
>  
>  findfdt=setenv fdtfile ${name_fdt}
> diff --git a/board/ti/ks2_evm/k2g_evm.env b/board/ti/ks2_evm/k2g_evm.env
> index 4f4941dd0907..2b500fc6edf6 100644
> --- a/board/ti/ks2_evm/k2g_evm.env
> +++ b/board/ti/ks2_evm/k2g_evm.env
> @@ -1,4 +1,4 @@
> -#include <env/ti/ti_armv7_common.env>
> +#include <env/ti/ti_common.env>
>  #include <env/ti/ti_armv7_keystone2.env>
>  #include <env/ti/mmc.env>
>  
> diff --git a/board/ti/ks2_evm/k2hk_evm.env b/board/ti/ks2_evm/k2hk_evm.env
> index 0714a51090ef..9991b76f8fcc 100644
> --- a/board/ti/ks2_evm/k2hk_evm.env
> +++ b/board/ti/ks2_evm/k2hk_evm.env
> @@ -1,4 +1,4 @@
> -#include <env/ti/ti_armv7_common.env>
> +#include <env/ti/ti_common.env>
>  #include <env/ti/ti_armv7_keystone2.env>
>  
>  findfdt=setenv fdtfile ${name_fdt}
> diff --git a/board/ti/ks2_evm/k2l_evm.env b/board/ti/ks2_evm/k2l_evm.env
> index e8a803a4ed76..4e2debca4bde 100644
> --- a/board/ti/ks2_evm/k2l_evm.env
> +++ b/board/ti/ks2_evm/k2l_evm.env
> @@ -1,4 +1,4 @@
> -#include <env/ti/ti_armv7_common.env>
> +#include <env/ti/ti_common.env>
>  #include <env/ti/ti_armv7_keystone2.env>
>  
>  findfdt=setenv fdtfile ${name_fdt}
> diff --git a/include/env/ti/ti_armv7_common.env b/include/env/ti/ti_common.env
> similarity index 100%
> rename from include/env/ti/ti_armv7_common.env
> rename to include/env/ti/ti_common.env
> -- 
> 2.40.0


More information about the U-Boot mailing list