diff options
| author | Ting Liu <ting.liu@nxp.com> | 2016-08-13 09:33:48 +0800 |
|---|---|---|
| committer | Otavio Salvador <otavio@ossystems.com.br> | 2016-08-15 14:45:08 -0300 |
| commit | 28134a5df30fcf411c3627b5ff24fde8381514bb (patch) | |
| tree | dd5e272dcf1b2fe4e004148ed0f2865fa4d59103 | |
| parent | d2980998a69b4d91bb2c6d20cf7b66bafee11e31 (diff) | |
| download | meta-freescale-28134a5df30fcf411c3627b5ff24fde8381514bb.tar.gz | |
t1024: update dtb
* remove capwap dtb as it is not supported now
* add usdpaa-shared-interfaces dtb
Signed-off-by: Ting Liu <ting.liu@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
| -rw-r--r-- | conf/machine/t1024rdb-64b.conf | 4 | ||||
| -rw-r--r-- | conf/machine/t1024rdb.conf | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/conf/machine/t1024rdb-64b.conf b/conf/machine/t1024rdb-64b.conf index 6f575adfe..569fa8842 100644 --- a/conf/machine/t1024rdb-64b.conf +++ b/conf/machine/t1024rdb-64b.conf | |||
| @@ -16,7 +16,9 @@ UBOOT_CONFIG[sdcard] = "T1024RDB_SDCARD_config,,u-boot-with-spl-pbl.bin" | |||
| 16 | UBOOT_CONFIG[spi] = "T1024RDB_SPIFLASH_config,,u-boot-with-spl-pbl.bin" | 16 | UBOOT_CONFIG[spi] = "T1024RDB_SPIFLASH_config,,u-boot-with-spl-pbl.bin" |
| 17 | UBOOT_CONFIG[secure-boot] = "T1024RDB_SECURE_BOOT_config" | 17 | UBOOT_CONFIG[secure-boot] = "T1024RDB_SECURE_BOOT_config" |
| 18 | 18 | ||
| 19 | KERNEL_DEVICETREE ?= "t1024rdb.dtb t1024rdb-usdpaa.dtb t1024rdb-usdpaa-capwap.dtb" | 19 | KERNEL_DEVICETREE ?= "t1024rdb.dtb t1024rdb-usdpaa.dtb \ |
| 20 | t1024rdb-usdpaa-shared-interfaces.dtb \ | ||
| 21 | " | ||
| 20 | KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/corenet64_fmanv3l_smp_defconfig" | 22 | KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/corenet64_fmanv3l_smp_defconfig" |
| 21 | 23 | ||
| 22 | JFFS2_ERASEBLOCK = "0x10000" | 24 | JFFS2_ERASEBLOCK = "0x10000" |
diff --git a/conf/machine/t1024rdb.conf b/conf/machine/t1024rdb.conf index cda31daf0..49572fac3 100644 --- a/conf/machine/t1024rdb.conf +++ b/conf/machine/t1024rdb.conf | |||
| @@ -16,7 +16,9 @@ UBOOT_CONFIG[sdcard] = "T1024RDB_SDCARD_config,,u-boot-with-spl-pbl.bin" | |||
| 16 | UBOOT_CONFIG[spi] = "T1024RDB_SPIFLASH_config,,u-boot-with-spl-pbl.bin" | 16 | UBOOT_CONFIG[spi] = "T1024RDB_SPIFLASH_config,,u-boot-with-spl-pbl.bin" |
| 17 | UBOOT_CONFIG[secure-boot] = "T1024RDB_SECURE_BOOT_config" | 17 | UBOOT_CONFIG[secure-boot] = "T1024RDB_SECURE_BOOT_config" |
| 18 | 18 | ||
| 19 | KERNEL_DEVICETREE ?= "t1024rdb.dtb t1024rdb-usdpaa.dtb t1024rdb-usdpaa-capwap.dtb" | 19 | KERNEL_DEVICETREE ?= "t1024rdb.dtb t1024rdb-usdpaa.dtb \ |
| 20 | t1024rdb-usdpaa-shared-interfaces.dtb \ | ||
| 21 | " | ||
| 20 | KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/corenet32_fmanv3l_smp_defconfig" | 22 | KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/corenet32_fmanv3l_smp_defconfig" |
| 21 | 23 | ||
| 22 | JFFS2_ERASEBLOCK = "0x10000" | 24 | JFFS2_ERASEBLOCK = "0x10000" |
