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/p4080ds.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'conf/machine/p4080ds.conf') diff --git a/conf/machine/p4080ds.conf b/conf/machine/p4080ds.conf index 5473642..fbf60d7 100644 --- a/conf/machine/p4080ds.conf +++ b/conf/machine/p4080ds.conf @@ -5,9 +5,10 @@ # System with ppce500mc core #@MAINTAINER: Chunrong Guo +MACHINEOVERRIDES =. "p4080:" + require conf/machine/include/e500mc.inc -SOC_FAMILY = "p4080" UBOOT_CONFIG ??= "secure-boot sdcard spi nor" UBOOT_CONFIG[nor] = "P4080DS_config" UBOOT_CONFIG[secure-boot] = "P4080DS_SECURE_BOOT_config" -- cgit v1.2.3-54-g00ecf