From 8999634f67994769f20c88897701fedbc4510761 Mon Sep 17 00:00:00 2001 From: Zhenhua Luo Date: Tue, 13 Sep 2016 10:56:19 +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. Signed-off-by: Zhenhua Luo Signed-off-by: Otavio Salvador --- conf/machine/t4240qds.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'conf/machine/t4240qds.conf') diff --git a/conf/machine/t4240qds.conf b/conf/machine/t4240qds.conf index d8ca3cfc8..41b089887 100644 --- a/conf/machine/t4240qds.conf +++ b/conf/machine/t4240qds.conf @@ -5,9 +5,9 @@ # System with ppce6500 core in 32b mode #@MAINTAINER: Chunrong Guo -require conf/machine/include/e6500.inc +MACHINEOVERRIDES =. "t4:t4240:" -SOC_FAMILY = "t4:t4240" +require conf/machine/include/e6500.inc UBOOT_CONFIG ??= "secure-boot nor" UBOOT_CONFIG[nor] = "T4240QDS_config" -- cgit v1.2.3-54-g00ecf