]> code.ossystems Code Review - meta-freescale.git/commitdiff
update BOOTFORMAT_CONFIG for p1/p2 rdb boards
authorTing Liu <b28495@freescale.com>
Mon, 28 Oct 2013 09:38:21 +0000 (17:38 +0800)
committerZhenhua Luo <zhenhua.luo@freescale.com>
Sun, 12 Jan 2014 10:06:02 +0000 (18:06 +0800)
Signed-off-by: Ting Liu <b28495@freescale.com>
meta-fsl-ppc/conf/machine/p1020rdb.conf
meta-fsl-ppc/conf/machine/p1021rdb.conf
meta-fsl-ppc/conf/machine/p1022ds.conf
meta-fsl-ppc/conf/machine/p2020rdb.conf

index ced2d3758ad76938c48f158427a20caf31f75a08..927efc3d56e0cf9745c910745b8b3040a070b0bf 100644 (file)
@@ -5,7 +5,7 @@ require e500v2.inc
 require conf/machine/include/soc-family.inc
 
 SOC_FAMILY = "p1020"
-BOOTFORMAT_CONFIG = "config_ddr3_1gb_p1_p2_rdb_pc_800M.dat"
+BOOTFORMAT_CONFIG = "config_sram_p1022ds.dat"
 UBOOT_MACHINES ?= " P1020RDB-PD P1020RDB-PD_NAND P1020RDB-PD_SDCARD P1020RDB-PD_SPIFLASH"
 
 KERNEL_DEVICETREE = "p1020rdb-pd_32b.dtb"
index 2e62adb6c586461f148f0387e072b6fa1c80df92..896e541ada4fc25358fe1e3363a43df0e33d48da 100644 (file)
@@ -6,7 +6,7 @@ require e500v2.inc
 require conf/machine/include/soc-family.inc
 
 SOC_FAMILY = "p1021"
-BOOTFORMAT_CONFIG = "config_ddr3_1gb_p1_p2_rdb_pc_800M.dat"
+BOOTFORMAT_CONFIG = "config_sram_p1022ds.dat"
 UBOOT_MACHINES ?= "P1021RDB-PC P1021RDB-PC_NAND P1021RDB-PC_SDCARD P1021RDB-PC_SPIFLASH P1021RDB-PC_36BIT P1021RDB-PC_36BIT_SPIFLASH P1021RDB-PC_36BIT_NAND P1021RDB-PC_36BIT_SDCARD"
 KERNEL_DEVICETREE = "p1021rdb-pc_32b.dtb"
 KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/mpc85xx_smp_defconfig"
index 624353fba1414bfea805c1f908514fa175bd3397..ba45dd0be79f6a786ae8429c5a1d4d5766c5359f 100644 (file)
@@ -5,7 +5,7 @@ require e500v2.inc
 require conf/machine/include/soc-family.inc
 
 SOC_FAMILY = "p1022"
-BOOTFORMAT_CONFIG = "config_ddr3_2gb_p1022ds.dat"
+BOOTFORMAT_CONFIG = "config_sram_p1022ds.dat"
 UBOOT_MACHINES ?= "P1022DS P1022DS_NAND P1022DS_SPIFLASH P1022DS_SDCARD P1022DS_36BIT P1022DS_36BIT_SPIFLASH P1022DS_36BIT_NAND P1022DS_36BIT_SDCARD"
 KERNEL_DEVICETREE = "p1022ds_32b.dtb"
 KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/mpc85xx_smp_defconfig"
index b9d95903db682ac9a27788b8f4353d04986b630f..0abb39caf17bebacb096d88499195aa1e2037db3 100644 (file)
@@ -6,7 +6,7 @@ require e500v2.inc
 require conf/machine/include/soc-family.inc
 
 SOC_FAMILY = "p2020"
-BOOTFORMAT_CONFIG = "config_ddr3_1gb_64bit_p2020rdb_pc.dat"
+BOOTFORMAT_CONFIG = "config_sram_p1022ds.dat"
 UBOOT_MACHINES ?= " P2020RDB-PC P2020RDB-PC_NAND P2020RDB-PC_SDCARD P2020RDB-PC_SPIFLASH P2020RDB-PC_36BIT P2020RDB-PC_36BIT_SPIFLASH P2020RDB-PC_36BIT_NAND P2020RDB-PC_36BIT_SDCARD"
 KERNEL_DEVICETREE = "p2020rdb-pc_32b.dtb"
 KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/mpc85xx_smp_defconfig"