summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTing Liu <ting.liu@nxp.com>2016-07-04 11:13:05 +0800
committerZhenhua Luo <zhenhua.luo@nxp.com>2016-07-04 11:13:05 +0800
commitd6ebcf62562984ee17662dc87043a439a3426331 (patch)
tree21221dd283548a3fa9b0ec347b8d6318ac2e9443
parent08f0c1e523a48fd397d8efff65de09a98c0813d5 (diff)
downloadmeta-fsl-ppc-d6ebcf62562984ee17662dc87043a439a3426331.tar.gz
t1024: switch to new UBOOT_CONFIG format
Signed-off-by: Ting Liu <ting.liu@nxp.com> Signed-off-by: Zhenhua Luo <zhenhua.luo@nxp.com>
-rw-r--r--conf/machine/t1024rdb-64b.conf8
-rw-r--r--conf/machine/t1024rdb.conf8
2 files changed, 10 insertions, 6 deletions
diff --git a/conf/machine/t1024rdb-64b.conf b/conf/machine/t1024rdb-64b.conf
index 7bb65a8..e72564a 100644
--- a/conf/machine/t1024rdb-64b.conf
+++ b/conf/machine/t1024rdb-64b.conf
@@ -8,12 +8,14 @@
8require conf/machine/include/e5500-64b.inc 8require conf/machine/include/e5500-64b.inc
9 9
10SOC_FAMILY = "t1:t1024" 10SOC_FAMILY = "t1:t1024"
11
11UBOOT_CONFIG ??= "nand sdcard spi secure-boot nor" 12UBOOT_CONFIG ??= "nand sdcard spi secure-boot nor"
12UBOOT_CONFIG[nor] = "T1024RDB_config" 13UBOOT_CONFIG[nor] = "T1024RDB_config"
13UBOOT_CONFIG[nand] = "T1024RDB_NAND_config" 14UBOOT_CONFIG[nand] = "T1024RDB_NAND_config,,u-boot-with-spl-pbl.bin"
14UBOOT_CONFIG[sdcard] = "T1024RDB_SDCARD_config" 15UBOOT_CONFIG[sdcard] = "T1024RDB_SDCARD_config,,u-boot-with-spl-pbl.bin"
15UBOOT_CONFIG[spi] = "T1024RDB_SPIFLASH_config" 16UBOOT_CONFIG[spi] = "T1024RDB_SPIFLASH_config,,u-boot-with-spl-pbl.bin"
16UBOOT_CONFIG[secure-boot] = "T1024RDB_SECURE_BOOT_config" 17UBOOT_CONFIG[secure-boot] = "T1024RDB_SECURE_BOOT_config"
18
17KERNEL_DEVICETREE ?= "fsl/t1024rdb.dtb fsl/t1024rdb-usdpaa.dtb \ 19KERNEL_DEVICETREE ?= "fsl/t1024rdb.dtb fsl/t1024rdb-usdpaa.dtb \
18 fsl/t1024rdb-usdpaa-shared-interfaces.dtb \ 20 fsl/t1024rdb-usdpaa-shared-interfaces.dtb \
19" 21"
diff --git a/conf/machine/t1024rdb.conf b/conf/machine/t1024rdb.conf
index 5466950..e44f767 100644
--- a/conf/machine/t1024rdb.conf
+++ b/conf/machine/t1024rdb.conf
@@ -8,12 +8,14 @@
8require conf/machine/include/e5500.inc 8require conf/machine/include/e5500.inc
9 9
10SOC_FAMILY = "t1:t1024" 10SOC_FAMILY = "t1:t1024"
11
11UBOOT_CONFIG ??= "nand sdcard spi secure-boot nor" 12UBOOT_CONFIG ??= "nand sdcard spi secure-boot nor"
12UBOOT_CONFIG[nor] = "T1024RDB_config" 13UBOOT_CONFIG[nor] = "T1024RDB_config"
13UBOOT_CONFIG[nand] = "T1024RDB_NAND_config" 14UBOOT_CONFIG[nand] = "T1024RDB_NAND_config,,u-boot-with-spl-pbl.bin"
14UBOOT_CONFIG[sdcard] = "T1024RDB_SDCARD_config" 15UBOOT_CONFIG[sdcard] = "T1024RDB_SDCARD_config,,u-boot-with-spl-pbl.bin"
15UBOOT_CONFIG[spi] = "T1024RDB_SPIFLASH_config" 16UBOOT_CONFIG[spi] = "T1024RDB_SPIFLASH_config,,u-boot-with-spl-pbl.bin"
16UBOOT_CONFIG[secure-boot] = "T1024RDB_SECURE_BOOT_config" 17UBOOT_CONFIG[secure-boot] = "T1024RDB_SECURE_BOOT_config"
18
17KERNEL_DEVICETREE ?= "fsl/t1024rdb.dtb fsl/t1024rdb-usdpaa.dtb \ 19KERNEL_DEVICETREE ?= "fsl/t1024rdb.dtb fsl/t1024rdb-usdpaa.dtb \
18 fsl/t1024rdb-usdpaa-shared-interfaces.dtb \ 20 fsl/t1024rdb-usdpaa-shared-interfaces.dtb \
19" 21"