mirror of
git://git.yoctoproject.org/meta-freescale.git
synced 2025-07-19 12:59:04 +02:00
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:
parent
77b80bda83
commit
462f360b11
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue
Block a user