[PATCH] toradex: tdx-cfg-block: Add new apalis and colibri pid
Francesco Dolcini
francesco at dolcini.it
Thu Jan 25 12:02:14 CET 2024
On Mon, Jan 22, 2024 at 05:09:30PM -0300, Joao Paulo Goncalves wrote:
> From: Joao Paulo Goncalves <joao.goncalves at toradex.com>
>
> Add new apalis imx6 and colibri imx6/imx7 products IDs.
>
> Signed-off-by: Joao Paulo Goncalves <joao.goncalves at toradex.com>
> ---
> board/toradex/common/tdx-cfg-block.c | 9 +++++++++
> board/toradex/common/tdx-cfg-block.h | 9 +++++++++
> 2 files changed, 18 insertions(+)
>
> diff --git a/board/toradex/common/tdx-cfg-block.c b/board/toradex/common/tdx-cfg-block.c
> index 7187e1ba377..7affc290395 100644
> --- a/board/toradex/common/tdx-cfg-block.c
> +++ b/board/toradex/common/tdx-cfg-block.c
> @@ -147,6 +147,15 @@ const struct toradex_som toradex_modules[] = {
> [74] = { "Verdin AM62 Dual 1GB IT", TARGET_IS_ENABLED(VERDIN_AM62_A53) },
> [75] = { "Verdin AM62 Dual 1GB WB IT", TARGET_IS_ENABLED(VERDIN_AM62_A53) },
> [76] = { "Verdin AM62 Quad 2GB WB IT", TARGET_IS_ENABLED(VERDIN_AM62_A53) },
> + [77] = { "Colibri iMX6S 256MB", TARGET_IS_ENABLED(COLIBRI_IMX6) },
> + [78] = { "Colibri iMX6S 256MB IT", TARGET_IS_ENABLED(COLIBRI_IMX6) },
> + [79] = { "Colibri iMX6DL 512MB", TARGET_IS_ENABLED(COLIBRI_IMX6) },
there is some trailing space here at the end of the line.
Fabio, can you fix this up before applying?
Francesco
More information about the U-Boot
mailing list