* Update the include file used to the dra7xx.inc file which brings access to the dra7xx SOC_FAMILY
Signed-off-by: Chase Maupin <[email protected]> --- conf/machine/dra7xx-evm.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/machine/dra7xx-evm.conf b/conf/machine/dra7xx-evm.conf index 14253cf..7069b44 100644 --- a/conf/machine/dra7xx-evm.conf +++ b/conf/machine/dra7xx-evm.conf @@ -2,7 +2,7 @@ #@NAME: DRA7xx EVM #@DESCRIPTION: Machine configuration for the TI DRA7xx EVM -require conf/machine/include/omap-a15.inc +require conf/machine/include/dra7xx.inc IMAGE_FSTYPES += "ubi tar.gz" -- 1.7.9.5 -- _______________________________________________ meta-ti mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-ti
