mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-04-25 22:19:11 +00:00
15 lines
372 B
Plaintext
15 lines
372 B
Plaintext
#@TYPE: Machine
|
|
#@NAME: AM335x HS EVM
|
|
#@DESCRIPTION: Machine configuration for the TI AM435x HS EVM
|
|
|
|
require conf/machine/am335x-evm.conf
|
|
|
|
UBOOT_MACHINE = "am335x_hs_evm_mmc_config"
|
|
|
|
UBOOT_ENTRYPOINT = "0x82000000"
|
|
UBOOT_LOADADDRESS = "0x82000000"
|
|
UBOOT_RD_LOADADDRESS = "0x84000000"
|
|
UBOOT_RD_ENTRYPOINT = "0x84000000"
|
|
|
|
TI_SECURE_DEV_PKG = "${TI_SECURE_DEV_PKG_CAT}/am3x"
|