From 28134a5df30fcf411c3627b5ff24fde8381514bb Mon Sep 17 00:00:00 2001 From: Ting Liu Date: Sat, 13 Aug 2016 09:33:48 +0800 Subject: t1024: update dtb * remove capwap dtb as it is not supported now * add usdpaa-shared-interfaces dtb Signed-off-by: Ting Liu Signed-off-by: Otavio Salvador --- conf/machine/t1024rdb-64b.conf | 4 +++- conf/machine/t1024rdb.conf | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) (limited to 'conf') diff --git a/conf/machine/t1024rdb-64b.conf b/conf/machine/t1024rdb-64b.conf index 6f575adf..569fa884 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" UBOOT_CONFIG[spi] = "T1024RDB_SPIFLASH_config,,u-boot-with-spl-pbl.bin" UBOOT_CONFIG[secure-boot] = "T1024RDB_SECURE_BOOT_config" -KERNEL_DEVICETREE ?= "t1024rdb.dtb t1024rdb-usdpaa.dtb t1024rdb-usdpaa-capwap.dtb" +KERNEL_DEVICETREE ?= "t1024rdb.dtb t1024rdb-usdpaa.dtb \ + t1024rdb-usdpaa-shared-interfaces.dtb \ +" KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/corenet64_fmanv3l_smp_defconfig" JFFS2_ERASEBLOCK = "0x10000" diff --git a/conf/machine/t1024rdb.conf b/conf/machine/t1024rdb.conf index cda31daf..49572fac 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" UBOOT_CONFIG[spi] = "T1024RDB_SPIFLASH_config,,u-boot-with-spl-pbl.bin" UBOOT_CONFIG[secure-boot] = "T1024RDB_SECURE_BOOT_config" -KERNEL_DEVICETREE ?= "t1024rdb.dtb t1024rdb-usdpaa.dtb t1024rdb-usdpaa-capwap.dtb" +KERNEL_DEVICETREE ?= "t1024rdb.dtb t1024rdb-usdpaa.dtb \ + t1024rdb-usdpaa-shared-interfaces.dtb \ +" KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/corenet32_fmanv3l_smp_defconfig" JFFS2_ERASEBLOCK = "0x10000" -- cgit v1.2.3-54-g00ecf