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: Chunrong Guo <chunrong.guo@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
This commit is contained in:
Chunrong Guo 2018-12-17 06:18:27 +00:00 committed by Otavio Salvador
parent 77b80bda83
commit 462f360b11
8 changed files with 8 additions and 8 deletions

View File

@ -7,7 +7,7 @@
require conf/machine/include/e500v2.inc
SOC_FAMILY = "p1020"
MACHINEOVERRIDES =. "p1020"
BOOTFORMAT_CONFIG = "config_sram_p1022ds.dat"
UBOOT_CONFIG ??= "nand sdcard spi nor"

View File

@ -7,7 +7,7 @@
require conf/machine/include/e500mc.inc
SOC_FAMILY = "p2041"
MACHINEOVERRIDES =. "p2041"
UBOOT_CONFIG ??= "nand secure-boot sdcard spi nor"
UBOOT_CONFIG[nor] = "P2041RDB_config"

View File

@ -7,7 +7,7 @@
require conf/machine/include/e500mc.inc
SOC_FAMILY = "p3041"
MACHINEOVERRIDES =. "p3041"
UBOOT_CONFIG ??= "nand secure-boot sdcard spi nor"
UBOOT_CONFIG[nor] = "P3041DS_config"

View File

@ -7,7 +7,7 @@
require conf/machine/include/e500mc.inc
SOC_FAMILY = "p4080"
MACHINEOVERRIDES =. "p4080"
UBOOT_CONFIG ??= "secure-boot sdcard spi nor"
UBOOT_CONFIG[nor] = "P4080DS_config"

View File

@ -7,7 +7,7 @@
require conf/machine/include/e5500.inc
SOC_FAMILY = "p5040"
MACHINEOVERRIDES =. "p5040"
UBOOT_CONFIG ??= "nand secure-boot sdcard spi nor"
UBOOT_CONFIG[nor] = "P5040DS_config"

View File

@ -7,7 +7,7 @@
require conf/machine/include/e5500.inc
SOC_FAMILY = "t1:t1024"
MACHINEOVERRIDES =. "t1:t1024"
UBOOT_CONFIG ??= "nand sdcard spi secure-boot nor"
UBOOT_CONFIG[nor] = "T1024RDB_config"

View File

@ -7,7 +7,7 @@
require conf/machine/include/e6500.inc
SOC_FAMILY = "t2:t2080"
MACHINEOVERRIDES =. "t2:t2080"
UBOOT_CONFIG ??= "sdcard spi nand srio-pcie-boot secure-boot nor"
UBOOT_CONFIG[nor] = "T2080RDB_config"

View File

@ -7,7 +7,7 @@
require conf/machine/include/e6500.inc
SOC_FAMILY = "t4:t4240"
MACHINEOVERRIDES =. "t4:t4240"
UBOOT_CONFIG ??= "nor"
UBOOT_CONFIG[nor] = "T4240RDB_config"