blob: fd65a96b3dfe85bb8dfa05179f2d51b7f0030545 [file] [log] [blame]
Marcel Ziswiler315deb32023-08-04 12:08:08 +02001# SPDX-License-Identifier: GPL-2.0-or-later
2#
3# Copyright 2023 Toradex
4#
5
Marcel Ziswiler315deb32023-08-04 12:08:08 +02006if TARGET_VERDIN_AM62_A53
7
8config SYS_BOARD
9 default "verdin-am62"
10
11config SYS_CONFIG_NAME
12 default "verdin-am62"
13
14config SYS_VENDOR
15 default "toradex"
16
17config TDX_CFG_BLOCK
18 default y
19
20config TDX_CFG_BLOCK_2ND_ETHADDR
21 default y
22
23config TDX_CFG_BLOCK_DEV
24 default "0"
25
26config TDX_CFG_BLOCK_EXTRA
27 default y
28
29# Toradex config block in eMMC, at the end of 1st "boot sector"
30config TDX_CFG_BLOCK_OFFSET
31 default "-512"
32
33config TDX_CFG_BLOCK_PART
34 default "1"
35
36config TDX_HAVE_EEPROM_EXTRA
37 default y
38
39config TDX_HAVE_MMC
40 default y
41
42source "board/toradex/common/Kconfig"
43
44endif
45
46if TARGET_VERDIN_AM62_R5
47
48config SPL_LDSCRIPT
49 default "arch/arm/mach-omap2/u-boot-spl.lds"
50
51config SYS_BOARD
52 default "verdin-am62"
53
54config SYS_CONFIG_NAME
55 default "verdin-am62"
56
57config SYS_VENDOR
58 default "toradex"
59
60endif