diff options
author | Maupin, Chase <chase.maupin@ti.com> | 2014-07-01 19:36:08 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2014-07-02 15:42:19 -0400 |
commit | 224e2e31138b7535fecd29c84d3d807c902c7d6b (patch) | |
tree | 52c0d55dd29ad00666ddc5ff75ec00a11a4ca8ec /conf | |
parent | 14ae4fa5a3ebb9ca52dec2c016ffc325bda52cc9 (diff) | |
download | meta-ti-224e2e31138b7535fecd29c84d3d807c902c7d6b.tar.gz |
dra7xx-evm: Use dra7xx include
* Update the include file used to the dra7xx.inc file which
brings access to the dra7xx SOC_FAMILY
Signed-off-by: Chase Maupin <Chase.Maupin@ti.com>
Acked-by: Franklin Cooper Jr. <fcooper@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/dra7xx-evm.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/dra7xx-evm.conf b/conf/machine/dra7xx-evm.conf index 14253cf3..7069b44b 100644 --- a/conf/machine/dra7xx-evm.conf +++ b/conf/machine/dra7xx-evm.conf | |||
@@ -2,7 +2,7 @@ | |||
2 | #@NAME: DRA7xx EVM | 2 | #@NAME: DRA7xx EVM |
3 | #@DESCRIPTION: Machine configuration for the TI DRA7xx EVM | 3 | #@DESCRIPTION: Machine configuration for the TI DRA7xx EVM |
4 | 4 | ||
5 | require conf/machine/include/omap-a15.inc | 5 | require conf/machine/include/dra7xx.inc |
6 | 6 | ||
7 | IMAGE_FSTYPES += "ubi tar.gz" | 7 | IMAGE_FSTYPES += "ubi tar.gz" |
8 | 8 | ||