summaryrefslogtreecommitdiffstats
path: root/conf/machine/am57xx-evm.conf
diff options
context:
space:
mode:
authorJacob Stiffler <j-stiffler@ti.com>2017-06-09 00:58:33 +0000
committerDenys Dmytriyenko <denys@ti.com>2017-06-11 18:36:27 -0400
commit2ced48ecf3215f9f10073c73f5a94156a0b586fc (patch)
treee72ae247674005d477f4fb60b2f49f14e5461866 /conf/machine/am57xx-evm.conf
parent5375c16c9149554ce445b9029a2cc63269b82272 (diff)
downloadmeta-ti-2ced48ecf3215f9f10073c73f5a94156a0b586fc.tar.gz
machines: add ti-pdk class variables
* Set the ti-pdk class variables which sets the list of devices and boards supported. Signed-off-by: Jacob Stiffler <j-stiffler@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'conf/machine/am57xx-evm.conf')
-rw-r--r--conf/machine/am57xx-evm.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/machine/am57xx-evm.conf b/conf/machine/am57xx-evm.conf
index 7ebf8094..3bc2d132 100644
--- a/conf/machine/am57xx-evm.conf
+++ b/conf/machine/am57xx-evm.conf
@@ -38,3 +38,6 @@ MKUBIFS_ARGS = "-F -m 2048 -e 126976 -c 8192"
38# UBI: sub-page size: 512 38# UBI: sub-page size: 512
39# UBI: VID header offset: 2048 (aligned 2048) 39# UBI: VID header offset: 2048 (aligned 2048)
40UBINIZE_ARGS = "-m 2048 -p 128KiB -s 512 -O 2048" 40UBINIZE_ARGS = "-m 2048 -p 128KiB -s 512 -O 2048"
41
42# Set the list of device targets for ti-pdk class recipes
43TI_PDK_LIMIT_BOARDS = "evmAM571x evmAM572x idkAM571x idkAM572x"