diff options
-rw-r--r-- | conf/machine/t4240qds-64b.conf | 2 | ||||
-rw-r--r-- | conf/machine/t4240qds.conf | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/conf/machine/t4240qds-64b.conf b/conf/machine/t4240qds-64b.conf index 3c3dfb73..93c28c41 100644 --- a/conf/machine/t4240qds-64b.conf +++ b/conf/machine/t4240qds-64b.conf | |||
@@ -17,6 +17,8 @@ UBOOT_SOURCE_NAND = "u-boot-with-spl-pbl.bin" | |||
17 | UBOOT_SOURCE_SPI = "u-boot.pbl" | 17 | UBOOT_SOURCE_SPI = "u-boot.pbl" |
18 | UBOOT_SOURCE_SD = "u-boot-with-spl-pbl.bin" | 18 | UBOOT_SOURCE_SD = "u-boot-with-spl-pbl.bin" |
19 | 19 | ||
20 | HV_CFG_M = "t4240qds" | ||
21 | |||
20 | KERNEL_DEVICETREE ?= "t4240qds.dtb t4240qds-usdpaa.dtb \ | 22 | KERNEL_DEVICETREE ?= "t4240qds.dtb t4240qds-usdpaa.dtb \ |
21 | t4240qds-usdpaa-shared-interfaces.dtb \ | 23 | t4240qds-usdpaa-shared-interfaces.dtb \ |
22 | " | 24 | " |
diff --git a/conf/machine/t4240qds.conf b/conf/machine/t4240qds.conf index 2bab3f15..13e9576e 100644 --- a/conf/machine/t4240qds.conf +++ b/conf/machine/t4240qds.conf | |||
@@ -17,6 +17,8 @@ UBOOT_SOURCE_NAND = "u-boot-with-spl-pbl.bin" | |||
17 | UBOOT_SOURCE_SPI = "u-boot.pbl" | 17 | UBOOT_SOURCE_SPI = "u-boot.pbl" |
18 | UBOOT_SOURCE_SD = "u-boot-with-spl-pbl.bin" | 18 | UBOOT_SOURCE_SD = "u-boot-with-spl-pbl.bin" |
19 | 19 | ||
20 | HV_CFG_M = "t4240qds" | ||
21 | |||
20 | KERNEL_DEVICETREE ?= "t4240qds.dtb t4240qds-usdpaa.dtb \ | 22 | KERNEL_DEVICETREE ?= "t4240qds.dtb t4240qds-usdpaa.dtb \ |
21 | t4240qds-usdpaa-shared-interfaces.dtb \ | 23 | t4240qds-usdpaa-shared-interfaces.dtb \ |
22 | " | 24 | " |