From 87de9aeb0cb727cb5486bcb10acb45ddad7284af Mon Sep 17 00:00:00 2001 From: Zhenhua Luo Date: Thu, 8 Sep 2016 13:34:29 +0800 Subject: Migrate from SOC_FAMILY to MACHINEOVERRIDES MACHINEOVERRIDES way is more straightforward than SOC_FAMILY, so migrate from SOC_FAMILY to MACHINEOVERRIDES for NXP QorIQ PPC targets. This also aligns with NXP MCU i.MX. Signed-off-by: Zhenhua Luo --- conf/machine/t2080qds.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'conf/machine/t2080qds.conf') diff --git a/conf/machine/t2080qds.conf b/conf/machine/t2080qds.conf index 944b21b..8a16cd2 100644 --- a/conf/machine/t2080qds.conf +++ b/conf/machine/t2080qds.conf @@ -5,9 +5,9 @@ # System with ppce6500 core in 32b mode #@MAINTAINER: Chunrong Guo -require conf/machine/include/e6500.inc +MACHINEOVERRIDES =. "t2:t2080:" -SOC_FAMILY = "t2:t2080" +require conf/machine/include/e6500.inc UBOOT_CONFIG ??= "sdcard spi nand srio-pcie-boot secure-boot nor" UBOOT_CONFIG[nor] = "T2080QDS_config" -- cgit v1.2.3-54-g00ecf