diff options
-rw-r--r-- | conf/machine/t2080rdb-64b.conf | 2 | ||||
-rw-r--r-- | conf/machine/t2080rdb.conf | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/conf/machine/t2080rdb-64b.conf b/conf/machine/t2080rdb-64b.conf index de5e18e9..5ad05354 100644 --- a/conf/machine/t2080rdb-64b.conf +++ b/conf/machine/t2080rdb-64b.conf | |||
@@ -21,6 +21,8 @@ UBOOT_SOURCE_NAND = "u-boot-with-spl-pbl.bin" | |||
21 | UBOOT_SOURCE_SPI = "u-boot-with-spl-pbl.bin" | 21 | UBOOT_SOURCE_SPI = "u-boot-with-spl-pbl.bin" |
22 | UBOOT_SOURCE_SD = "u-boot-with-spl-pbl.bin" | 22 | UBOOT_SOURCE_SD = "u-boot-with-spl-pbl.bin" |
23 | 23 | ||
24 | HV_CFG_M = "t2080rdb" | ||
25 | |||
24 | KERNEL_DEVICETREE ?= "t2080rdb.dtb t2080rdb-usdpaa.dtb \ | 26 | KERNEL_DEVICETREE ?= "t2080rdb.dtb t2080rdb-usdpaa.dtb \ |
25 | t2080rdb-usdpaa-shared-interfaces.dtb \ | 27 | t2080rdb-usdpaa-shared-interfaces.dtb \ |
26 | " | 28 | " |
diff --git a/conf/machine/t2080rdb.conf b/conf/machine/t2080rdb.conf index 82a4ec36..405d0968 100644 --- a/conf/machine/t2080rdb.conf +++ b/conf/machine/t2080rdb.conf | |||
@@ -21,6 +21,8 @@ UBOOT_SOURCE_NAND = "u-boot-with-spl-pbl.bin" | |||
21 | UBOOT_SOURCE_SPI = "u-boot-with-spl-pbl.bin" | 21 | UBOOT_SOURCE_SPI = "u-boot-with-spl-pbl.bin" |
22 | UBOOT_SOURCE_SD = "u-boot-with-spl-pbl.bin" | 22 | UBOOT_SOURCE_SD = "u-boot-with-spl-pbl.bin" |
23 | 23 | ||
24 | HV_CFG_M = "t2080rdb" | ||
25 | |||
24 | KERNEL_DEVICETREE ?= "t2080rdb.dtb t2080rdb-usdpaa.dtb \ | 26 | KERNEL_DEVICETREE ?= "t2080rdb.dtb t2080rdb-usdpaa.dtb \ |
25 | t2080rdb-usdpaa-shared-interfaces.dtb \ | 27 | t2080rdb-usdpaa-shared-interfaces.dtb \ |
26 | " | 28 | " |