summaryrefslogtreecommitdiffstats
path: root/conf/machine/p4080ds.conf
diff options
context:
space:
mode:
authorZhenhua Luo <zhenhua.luo@nxp.com>2016-09-08 13:34:29 +0800
committerZhenhua Luo <zhenhua.luo@nxp.com>2016-09-09 13:28:36 +0800
commit87de9aeb0cb727cb5486bcb10acb45ddad7284af (patch)
tree4a64cfd37a911d8aef15b455d3114a2fe51f95d2 /conf/machine/p4080ds.conf
parentaa238ac0aa78004b7a7bf886080ae9364dbba315 (diff)
downloadmeta-fsl-ppc-87de9aeb0cb727cb5486bcb10acb45ddad7284af.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. This also aligns with NXP MCU i.MX. Signed-off-by: Zhenhua Luo <zhenhua.luo@nxp.com>
Diffstat (limited to 'conf/machine/p4080ds.conf')
-rw-r--r--conf/machine/p4080ds.conf3
1 files changed, 2 insertions, 1 deletions
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 @@
5# System with ppce500mc core 5# System with ppce500mc core
6#@MAINTAINER: Chunrong Guo <B40290@freescale.com> 6#@MAINTAINER: Chunrong Guo <B40290@freescale.com>
7 7
8MACHINEOVERRIDES =. "p4080:"
9
8require conf/machine/include/e500mc.inc 10require conf/machine/include/e500mc.inc
9 11
10SOC_FAMILY = "p4080"
11UBOOT_CONFIG ??= "secure-boot sdcard spi nor" 12UBOOT_CONFIG ??= "secure-boot sdcard spi nor"
12UBOOT_CONFIG[nor] = "P4080DS_config" 13UBOOT_CONFIG[nor] = "P4080DS_config"
13UBOOT_CONFIG[secure-boot] = "P4080DS_SECURE_BOOT_config" 14UBOOT_CONFIG[secure-boot] = "P4080DS_SECURE_BOOT_config"