summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorTing Liu <ting.liu@nxp.com>2016-07-16 00:35:57 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2016-07-22 11:34:12 -0300
commit2b54f7b911ab8700ff46bf72fad6c1150743fa7f (patch)
tree28c532862a7058dfcf9a45d5110a9d401f1f3643 /conf
parent5e35c8e8f6924072c464425d746b5107d4a0eb34 (diff)
downloadmeta-freescale-2b54f7b911ab8700ff46bf72fad6c1150743fa7f.tar.gz
t1024: switch to new UBOOT_CONFIG format
Signed-off-by: Ting Liu <ting.liu@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/t1024rdb-64b.conf10
-rw-r--r--conf/machine/t1024rdb.conf10
2 files changed, 8 insertions, 12 deletions
diff --git a/conf/machine/t1024rdb-64b.conf b/conf/machine/t1024rdb-64b.conf
index 48681cd8..6f575adf 100644
--- a/conf/machine/t1024rdb-64b.conf
+++ b/conf/machine/t1024rdb-64b.conf
@@ -9,11 +9,11 @@ require conf/machine/include/e5500-64b.inc
9 9
10SOC_FAMILY = "t1:t1024" 10SOC_FAMILY = "t1:t1024"
11 11
12UBOOT_CONFIG ??= "nor nand sdcard spi secure-boot" 12UBOOT_CONFIG ??= "nand sdcard spi secure-boot nor"
13UBOOT_CONFIG[nor] = "T1024RDB_config" 13UBOOT_CONFIG[nor] = "T1024RDB_config"
14UBOOT_CONFIG[nand] = "T1024RDB_NAND_config" 14UBOOT_CONFIG[nand] = "T1024RDB_NAND_config,,u-boot-with-spl-pbl.bin"
15UBOOT_CONFIG[sdcard] = "T1024RDB_SDCARD_config" 15UBOOT_CONFIG[sdcard] = "T1024RDB_SDCARD_config,,u-boot-with-spl-pbl.bin"
16UBOOT_CONFIG[spi] = "T1024RDB_SPIFLASH_config" 16UBOOT_CONFIG[spi] = "T1024RDB_SPIFLASH_config,,u-boot-with-spl-pbl.bin"
17UBOOT_CONFIG[secure-boot] = "T1024RDB_SECURE_BOOT_config" 17UBOOT_CONFIG[secure-boot] = "T1024RDB_SECURE_BOOT_config"
18 18
19KERNEL_DEVICETREE ?= "t1024rdb.dtb t1024rdb-usdpaa.dtb t1024rdb-usdpaa-capwap.dtb" 19KERNEL_DEVICETREE ?= "t1024rdb.dtb t1024rdb-usdpaa.dtb t1024rdb-usdpaa-capwap.dtb"
@@ -21,7 +21,5 @@ KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/corenet64_fmanv3l_smp_defconfig"
21 21
22JFFS2_ERASEBLOCK = "0x10000" 22JFFS2_ERASEBLOCK = "0x10000"
23QE_UCODE ?= "iram_Type_A_T1024_r1.0.bin" 23QE_UCODE ?= "iram_Type_A_T1024_r1.0.bin"
24
25EXTRA_IMAGEDEPENDS += "fm-ucode rcw qe-ucode" 24EXTRA_IMAGEDEPENDS += "fm-ucode rcw qe-ucode"
26
27USE_VT ?= "0" 25USE_VT ?= "0"
diff --git a/conf/machine/t1024rdb.conf b/conf/machine/t1024rdb.conf
index 8f750382..cda31daf 100644
--- a/conf/machine/t1024rdb.conf
+++ b/conf/machine/t1024rdb.conf
@@ -9,11 +9,11 @@ require conf/machine/include/e5500.inc
9 9
10SOC_FAMILY = "t1:t1024" 10SOC_FAMILY = "t1:t1024"
11 11
12UBOOT_CONFIG ??= "nor nand sdcard spi secure-boot" 12UBOOT_CONFIG ??= "nand sdcard spi secure-boot nor"
13UBOOT_CONFIG[nor] = "T1024RDB_config" 13UBOOT_CONFIG[nor] = "T1024RDB_config"
14UBOOT_CONFIG[nand] = "T1024RDB_NAND_config" 14UBOOT_CONFIG[nand] = "T1024RDB_NAND_config,,u-boot-with-spl-pbl.bin"
15UBOOT_CONFIG[sdcard] = "T1024RDB_SDCARD_config" 15UBOOT_CONFIG[sdcard] = "T1024RDB_SDCARD_config,,u-boot-with-spl-pbl.bin"
16UBOOT_CONFIG[spi] = "T1024RDB_SPIFLASH_config" 16UBOOT_CONFIG[spi] = "T1024RDB_SPIFLASH_config,,u-boot-with-spl-pbl.bin"
17UBOOT_CONFIG[secure-boot] = "T1024RDB_SECURE_BOOT_config" 17UBOOT_CONFIG[secure-boot] = "T1024RDB_SECURE_BOOT_config"
18 18
19KERNEL_DEVICETREE ?= "t1024rdb.dtb t1024rdb-usdpaa.dtb t1024rdb-usdpaa-capwap.dtb" 19KERNEL_DEVICETREE ?= "t1024rdb.dtb t1024rdb-usdpaa.dtb t1024rdb-usdpaa-capwap.dtb"
@@ -21,7 +21,5 @@ KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/corenet32_fmanv3l_smp_defconfig"
21 21
22JFFS2_ERASEBLOCK = "0x10000" 22JFFS2_ERASEBLOCK = "0x10000"
23QE_UCODE ?= "iram_Type_A_T1024_r1.0.bin" 23QE_UCODE ?= "iram_Type_A_T1024_r1.0.bin"
24
25EXTRA_IMAGEDEPENDS += "fm-ucode rcw qe-ucode" 24EXTRA_IMAGEDEPENDS += "fm-ucode rcw qe-ucode"
26
27USE_VT ?= "0" 25USE_VT ?= "0"