summaryrefslogtreecommitdiffstats
path: root/conf/machine/b4860qds.conf
diff options
context:
space:
mode:
authorZhenhua Luo <zhenhua.luo@nxp.com>2016-09-13 10:56:19 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2016-09-13 17:45:41 -0300
commit8999634f67994769f20c88897701fedbc4510761 (patch)
treead778d02d64cc8182e7d5c1febddcc4fca2ea68d /conf/machine/b4860qds.conf
parent8c208e11b47e74ba94c3cbbb58db8801eeb6e5c9 (diff)
downloadmeta-freescale-8999634f67994769f20c88897701fedbc4510761.tar.gz
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 <zhenhua.luo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'conf/machine/b4860qds.conf')
-rw-r--r--conf/machine/b4860qds.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/machine/b4860qds.conf b/conf/machine/b4860qds.conf
index eb8ea1a7..13fc6648 100644
--- a/conf/machine/b4860qds.conf
+++ b/conf/machine/b4860qds.conf
@@ -6,9 +6,9 @@
6# 32b mode 6# 32b mode
7#@MAINTAINER: Chunrong Guo <B40290@freescale.com> 7#@MAINTAINER: Chunrong Guo <B40290@freescale.com>
8 8
9require conf/machine/include/e6500.inc 9MACHINEOVERRIDES =. "b4:b4860:"
10 10
11SOC_FAMILY = "b4:b4860" 11require conf/machine/include/e6500.inc
12 12
13UBOOT_CONFIG ??= "secure-boot nor" 13UBOOT_CONFIG ??= "secure-boot nor"
14UBOOT_CONFIG[nor] = "B4860QDS_config" 14UBOOT_CONFIG[nor] = "B4860QDS_config"