diff options
Diffstat (limited to 'meta-ti-bsp/conf/machine/am335x-hs-evm.conf')
| -rw-r--r-- | meta-ti-bsp/conf/machine/am335x-hs-evm.conf | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/meta-ti-bsp/conf/machine/am335x-hs-evm.conf b/meta-ti-bsp/conf/machine/am335x-hs-evm.conf new file mode 100644 index 00000000..7caa5bfd --- /dev/null +++ b/meta-ti-bsp/conf/machine/am335x-hs-evm.conf | |||
| @@ -0,0 +1,18 @@ | |||
| 1 | #@TYPE: Machine | ||
| 2 | #@NAME: AM335x HS EVM | ||
| 3 | #@DESCRIPTION: Machine configuration for the TI AM335x HS EVM | ||
| 4 | |||
| 5 | require conf/machine/am335x-evm.conf | ||
| 6 | |||
| 7 | UBOOT_MACHINE = "" | ||
| 8 | # Last config in the list is default | ||
| 9 | UBOOT_CONFIG ??= "uart mmc" | ||
| 10 | UBOOT_CONFIG[uart] = "am335x_hs_evm_uart_config" | ||
| 11 | UBOOT_CONFIG[mmc] = "am335x_hs_evm_config" | ||
| 12 | |||
| 13 | UBOOT_ENTRYPOINT = "0x82000000" | ||
| 14 | UBOOT_LOADADDRESS = "0x82000000" | ||
| 15 | UBOOT_RD_LOADADDRESS = "0x84000000" | ||
| 16 | UBOOT_RD_ENTRYPOINT = "0x84000000" | ||
| 17 | |||
| 18 | TI_SECURE_DEV_PKG = "${TI_SECURE_DEV_PKG_CAT}/am3x" | ||
