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/t1024rdb.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'conf/machine/t1024rdb.conf') diff --git a/conf/machine/t1024rdb.conf b/conf/machine/t1024rdb.conf index 49572fac..9ce6257b 100644 --- a/conf/machine/t1024rdb.conf +++ b/conf/machine/t1024rdb.conf @@ -5,9 +5,9 @@ # Design Board with ppce5500 core in 32b mode #@MAINTAINER: Chunrong Guo -require conf/machine/include/e5500.inc +MACHINEOVERRIDES =. "t1:t1024:" -SOC_FAMILY = "t1:t1024" +require conf/machine/include/e5500.inc UBOOT_CONFIG ??= "nand sdcard spi secure-boot nor" UBOOT_CONFIG[nor] = "T1024RDB_config" -- cgit v1.2.3-54-g00ecf