diff options
| author | Zhenhua Luo <zhenhua.luo@nxp.com> | 2016-09-13 10:56:19 +0800 |
|---|---|---|
| committer | Otavio Salvador <otavio@ossystems.com.br> | 2016-09-13 17:45:41 -0300 |
| commit | 8999634f67994769f20c88897701fedbc4510761 (patch) | |
| tree | ad778d02d64cc8182e7d5c1febddcc4fca2ea68d /conf/machine/t2080rdb-64b.conf | |
| parent | 8c208e11b47e74ba94c3cbbb58db8801eeb6e5c9 (diff) | |
| download | meta-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/t2080rdb-64b.conf')
| -rw-r--r-- | conf/machine/t2080rdb-64b.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/machine/t2080rdb-64b.conf b/conf/machine/t2080rdb-64b.conf index 86e1bff68..6baa6a728 100644 --- a/conf/machine/t2080rdb-64b.conf +++ b/conf/machine/t2080rdb-64b.conf | |||
| @@ -5,9 +5,9 @@ | |||
| 5 | # Design Board with ppce6500 core in 64b mode | 5 | # Design Board with ppce6500 core in 64b mode |
| 6 | #@MAINTAINER: Chunrong Guo <B40290@freescale.com> | 6 | #@MAINTAINER: Chunrong Guo <B40290@freescale.com> |
| 7 | 7 | ||
| 8 | require conf/machine/include/e6500-64b.inc | 8 | MACHINEOVERRIDES =. "t2:t2080:" |
| 9 | 9 | ||
| 10 | SOC_FAMILY = "t2:t2080" | 10 | require conf/machine/include/e6500-64b.inc |
| 11 | 11 | ||
| 12 | UBOOT_CONFIG ??= "sdcard spi nand srio-pcie-boot secure-boot nor" | 12 | UBOOT_CONFIG ??= "sdcard spi nand srio-pcie-boot secure-boot nor" |
| 13 | UBOOT_CONFIG[nor] = "T2080RDB_config" | 13 | UBOOT_CONFIG[nor] = "T2080RDB_config" |
