mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-04-25 22:19:11 +00:00
Upgrade U-boot to 2025.10. PocketBeagle2 defconfigs and branch got slight name change. Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
13 lines
313 B
Plaintext
13 lines
313 B
Plaintext
#@TYPE: Machine
|
|
#@NAME: PocketBeagle2 (R5F)
|
|
#@DESCRIPTION: Machine configuration for the PocketBeagle2 (R5F core)
|
|
|
|
require conf/machine/include/k3r5.inc
|
|
require conf/machine/include/beagle-bsp.inc
|
|
|
|
SYSFW_SOC = "am62x"
|
|
SYSFW_CONFIG = "evm"
|
|
SYSFW_SUFFIX = "hs-fs"
|
|
|
|
UBOOT_MACHINE = "am62_pocketbeagle2_r5_defconfig"
|