diff options
| author | Zhenhua Luo <zhenhua.luo@nxp.com> | 2016-09-08 13:34:29 +0800 |
|---|---|---|
| committer | Zhenhua Luo <zhenhua.luo@nxp.com> | 2016-09-09 13:28:36 +0800 |
| commit | 87de9aeb0cb727cb5486bcb10acb45ddad7284af (patch) | |
| tree | 4a64cfd37a911d8aef15b455d3114a2fe51f95d2 /conf/machine/t1023rdb.conf | |
| parent | aa238ac0aa78004b7a7bf886080ae9364dbba315 (diff) | |
| download | meta-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/t1023rdb.conf')
| -rw-r--r-- | conf/machine/t1023rdb.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/conf/machine/t1023rdb.conf b/conf/machine/t1023rdb.conf index c8b6e3c..52480e0 100644 --- a/conf/machine/t1023rdb.conf +++ b/conf/machine/t1023rdb.conf | |||
| @@ -5,9 +5,10 @@ | |||
| 5 | # Design Board with ppce5500 core in 32b mode | 5 | # Design Board with ppce5500 core in 32b mode |
| 6 | #@MAINTAINER: Chunrong Guo <B40290@freescale.com> | 6 | #@MAINTAINER: Chunrong Guo <B40290@freescale.com> |
| 7 | 7 | ||
| 8 | MACHINEOVERRIDES =. "t1:t1023:" | ||
| 9 | |||
| 8 | require conf/machine/include/e5500.inc | 10 | require conf/machine/include/e5500.inc |
| 9 | 11 | ||
| 10 | SOC_FAMILY = "t1:t1023" | ||
| 11 | UBOOT_CONFIG ??= "nand sdcard spi secure-boot nor" | 12 | UBOOT_CONFIG ??= "nand sdcard spi secure-boot nor" |
| 12 | UBOOT_CONFIG[nor] = "T1023RDB_config" | 13 | UBOOT_CONFIG[nor] = "T1023RDB_config" |
| 13 | UBOOT_CONFIG[nand] = "T1023RDB_NAND_config,,u-boot-with-spl-pbl.bin" | 14 | UBOOT_CONFIG[nand] = "T1023RDB_NAND_config,,u-boot-with-spl-pbl.bin" |
