diff options
-rw-r--r-- | conf/machine/t1024rdb-64b.conf | 2 | ||||
-rw-r--r-- | conf/machine/t1024rdb.conf | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/conf/machine/t1024rdb-64b.conf b/conf/machine/t1024rdb-64b.conf index ea313fe6..e69fcd23 100644 --- a/conf/machine/t1024rdb-64b.conf +++ b/conf/machine/t1024rdb-64b.conf | |||
@@ -20,6 +20,8 @@ UBOOT_SOURCE_NAND = "u-boot-with-spl-pbl.bin" | |||
20 | UBOOT_SOURCE_SPI = "u-boot-with-spl-pbl.bin" | 20 | UBOOT_SOURCE_SPI = "u-boot-with-spl-pbl.bin" |
21 | UBOOT_SOURCE_SD = "u-boot-with-spl-pbl.bin" | 21 | UBOOT_SOURCE_SD = "u-boot-with-spl-pbl.bin" |
22 | 22 | ||
23 | HV_CFG_M = "t1024rdb" | ||
24 | |||
23 | KERNEL_DEVICETREE ?= "t1024rdb.dtb t1024rdb-usdpaa.dtb t1024rdb-usdpaa-capwap.dtb" | 25 | KERNEL_DEVICETREE ?= "t1024rdb.dtb t1024rdb-usdpaa.dtb t1024rdb-usdpaa-capwap.dtb" |
24 | KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/corenet64_fmanv3l_smp_defconfig" | 26 | KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/corenet64_fmanv3l_smp_defconfig" |
25 | 27 | ||
diff --git a/conf/machine/t1024rdb.conf b/conf/machine/t1024rdb.conf index 0fe762d5..22c94364 100644 --- a/conf/machine/t1024rdb.conf +++ b/conf/machine/t1024rdb.conf | |||
@@ -20,6 +20,8 @@ UBOOT_SOURCE_NAND = "u-boot-with-spl-pbl.bin" | |||
20 | UBOOT_SOURCE_SPI = "u-boot-with-spl-pbl.bin" | 20 | UBOOT_SOURCE_SPI = "u-boot-with-spl-pbl.bin" |
21 | UBOOT_SOURCE_SD = "u-boot-with-spl-pbl.bin" | 21 | UBOOT_SOURCE_SD = "u-boot-with-spl-pbl.bin" |
22 | 22 | ||
23 | HV_CFG_M = "t1024rdb" | ||
24 | |||
23 | KERNEL_DEVICETREE ?= "t1024rdb.dtb t1024rdb-usdpaa.dtb t1024rdb-usdpaa-capwap.dtb" | 25 | KERNEL_DEVICETREE ?= "t1024rdb.dtb t1024rdb-usdpaa.dtb t1024rdb-usdpaa-capwap.dtb" |
24 | KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/corenet32_fmanv3l_smp_defconfig" | 26 | KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/corenet32_fmanv3l_smp_defconfig" |
25 | 27 | ||