diff options
author | Denys Dmytriyenko <denys@ti.com> | 2016-09-19 22:59:29 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2016-09-19 18:59:36 -0400 |
commit | 6e43afafb5967e8ab1c603224e0fdd1fb62da4b2 (patch) | |
tree | 45940b5d59f6c7dcb7b78890d37c4c161e58bf55 /conf/machine | |
parent | fd546211efb570c63338bfe31fa6562b5cb3c17d (diff) | |
download | meta-ti-6e43afafb5967e8ab1c603224e0fdd1fb62da4b2.tar.gz |
conf/machine, u-boot-ti-staging: add am335x-hs-evm platform
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'conf/machine')
-rw-r--r-- | conf/machine/am335x-hs-evm.conf | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/conf/machine/am335x-hs-evm.conf b/conf/machine/am335x-hs-evm.conf new file mode 100644 index 00000000..674a764c --- /dev/null +++ b/conf/machine/am335x-hs-evm.conf | |||
@@ -0,0 +1,14 @@ | |||
1 | #@TYPE: Machine | ||
2 | #@NAME: AM335x HS EVM | ||
3 | #@DESCRIPTION: Machine configuration for the TI AM435x HS EVM | ||
4 | |||
5 | require conf/machine/am335x-evm.conf | ||
6 | |||
7 | UBOOT_MACHINE = "am335x_hs_evm_mmc_config" | ||
8 | |||
9 | UBOOT_ENTRYPOINT = "0x82000000" | ||
10 | UBOOT_LOADADDRESS = "0x82000000" | ||
11 | UBOOT_RD_LOADADDRESS = "0x84000000" | ||
12 | UBOOT_RD_ENTRYPOINT = "0x84000000" | ||
13 | |||
14 | TI_SECURE_DEV_PKG = "${TI_SECURE_DEV_PKG_CAT}/am3x" | ||