summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTing Liu <ting.liu@nxp.com>2016-07-04 11:10:50 +0800
committerZhenhua Luo <zhenhua.luo@nxp.com>2016-07-04 11:10:50 +0800
commit08f0c1e523a48fd397d8efff65de09a98c0813d5 (patch)
tree05dea77bae3fe8bd528fd2f24cbedaea26a13a7a
parent86bf800f57e9e4a3b791b10e493a2f982f431ed1 (diff)
downloadmeta-fsl-ppc-08f0c1e523a48fd397d8efff65de09a98c0813d5.tar.gz
t1023: 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/t1023rdb-64b.conf10
-rw-r--r--conf/machine/t1023rdb.conf10
2 files changed, 12 insertions, 8 deletions
diff --git a/conf/machine/t1023rdb-64b.conf b/conf/machine/t1023rdb-64b.conf
index e2bbbb7..acc7e2f 100644
--- a/conf/machine/t1023rdb-64b.conf
+++ b/conf/machine/t1023rdb-64b.conf
@@ -8,11 +8,13 @@
8require conf/machine/include/e5500-64b.inc 8require conf/machine/include/e5500-64b.inc
9 9
10SOC_FAMILY = "t1:t1023" 10SOC_FAMILY = "t1:t1023"
11UBOOT_CONFIG ??= "nand sdcard spi nor" 11UBOOT_CONFIG ??= "nand sdcard spi secure-boot nor"
12UBOOT_CONFIG[nor] = "T1023RDB_config" 12UBOOT_CONFIG[nor] = "T1023RDB_config"
13UBOOT_CONFIG[nand] = "T1023RDB_NAND_config" 13UBOOT_CONFIG[nand] = "T1023RDB_NAND_config,,u-boot-with-spl-pbl.bin"
14UBOOT_CONFIG[sdcard] = "T1023RDB_SDCARD_config" 14UBOOT_CONFIG[sdcard] = "T1023RDB_SDCARD_config,,u-boot-with-spl-pbl.bin"
15UBOOT_CONFIG[spi] = "T1023RDB_SPIFLASH_config" 15UBOOT_CONFIG[spi] = "T1023RDB_SPIFLASH_config,,u-boot-with-spl-pbl.bin"
16UBOOT_CONFIG[secure-boot] = "T1023RDB_SECURE_BOOT_config"
17
16KERNEL_DEVICETREE ?= "fsl/t1023rdb.dtb fsl/t1023rdb-usdpaa.dtb \ 18KERNEL_DEVICETREE ?= "fsl/t1023rdb.dtb fsl/t1023rdb-usdpaa.dtb \
17 fsl/t1023rdb-usdpaa-shared-interfaces.dtb \ 19 fsl/t1023rdb-usdpaa-shared-interfaces.dtb \
18" 20"
diff --git a/conf/machine/t1023rdb.conf b/conf/machine/t1023rdb.conf
index 91eeffe..c8b6e3c 100644
--- a/conf/machine/t1023rdb.conf
+++ b/conf/machine/t1023rdb.conf
@@ -8,11 +8,13 @@
8require conf/machine/include/e5500.inc 8require conf/machine/include/e5500.inc
9 9
10SOC_FAMILY = "t1:t1023" 10SOC_FAMILY = "t1:t1023"
11UBOOT_CONFIG ??= "nand sdcard spi nor" 11UBOOT_CONFIG ??= "nand sdcard spi secure-boot nor"
12UBOOT_CONFIG[nor] = "T1023RDB_config" 12UBOOT_CONFIG[nor] = "T1023RDB_config"
13UBOOT_CONFIG[nand] = "T1023RDB_NAND_config" 13UBOOT_CONFIG[nand] = "T1023RDB_NAND_config,,u-boot-with-spl-pbl.bin"
14UBOOT_CONFIG[sdcard] = "T1023RDB_SDCARD_config" 14UBOOT_CONFIG[sdcard] = "T1023RDB_SDCARD_config,,u-boot-with-spl-pbl.bin"
15UBOOT_CONFIG[spi] = "T1023RDB_SPIFLASH_config" 15UBOOT_CONFIG[spi] = "T1023RDB_SPIFLASH_config,,u-boot-with-spl-pbl.bin"
16UBOOT_CONFIG[secure-boot] = "T1023RDB_SECURE_BOOT_config"
17
16KERNEL_DEVICETREE ?= "fsl/t1023rdb.dtb fsl/t1023rdb-usdpaa.dtb \ 18KERNEL_DEVICETREE ?= "fsl/t1023rdb.dtb fsl/t1023rdb-usdpaa.dtb \
17 fsl/t1023rdb-usdpaa-shared-interfaces.dtb \ 19 fsl/t1023rdb-usdpaa-shared-interfaces.dtb \
18" 20"