From 61de87a7a2b399843f52d423a4152bf859e5a62e Mon Sep 17 00:00:00 2001 From: Marcel Ziswiler Date: Mon, 23 Jan 2023 10:14:12 +0100 Subject: toradex: tdx-cfg-block: add 0069 verdin am62 quad 1gb wb it Add initial Verdin AM62 Quad 1GB WB IT prototype SKU to ConfigBlock handling. 0069: Verdin AM62 Quad 1GB WB IT Upstream-Status: Pending Initial U-Boot to be used for bring-up and validation of the V1.0 design, we'll decide on the step forward to mainline this once the bring-up and validation will be done. Signed-off-by: Marcel Ziswiler --- board/toradex/common/tdx-cfg-block.c | 1 + 1 file changed, 1 insertion(+) (limited to 'board/toradex/common/tdx-cfg-block.c') diff --git a/board/toradex/common/tdx-cfg-block.c b/board/toradex/common/tdx-cfg-block.c index 171fe2e3e33..07f6f83c375 100644 --- a/board/toradex/common/tdx-cfg-block.c +++ b/board/toradex/common/tdx-cfg-block.c @@ -136,6 +136,7 @@ const struct toradex_som toradex_modules[] = { [66] = { "Verdin iMX8M Plus Quad 8GB WB", TARGET_IS_ENABLED(VERDIN_IMX8MP) }, [67] = { "Apalis iMX8QM 8GB WB IT", TARGET_IS_ENABLED(APALIS_IMX8) }, [68] = { "Verdin iMX8M Mini Quad 2GB WB IT", TARGET_IS_ENABLED(VERDIN_IMX8MM) }, + [69] = { "Verdin AM62 Quad 1GB WB IT", TARGET_IS_ENABLED(VERDIN_AM62_A53) }, }; const char * const toradex_carrier_boards[] = { -- cgit v1.2.3