summaryrefslogtreecommitdiffstats
path: root/conf/machine/t2080rdb.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/machine/t2080rdb.conf')
-rw-r--r--conf/machine/t2080rdb.conf8
1 files changed, 4 insertions, 4 deletions
diff --git a/conf/machine/t2080rdb.conf b/conf/machine/t2080rdb.conf
index 5882dce..05df258 100644
--- a/conf/machine/t2080rdb.conf
+++ b/conf/machine/t2080rdb.conf
@@ -8,11 +8,12 @@
8require conf/machine/include/e6500.inc 8require conf/machine/include/e6500.inc
9 9
10SOC_FAMILY = "t2:t2080" 10SOC_FAMILY = "t2:t2080"
11
11UBOOT_CONFIG ??= "sdcard spi nand srio-pcie-boot secure-boot nor" 12UBOOT_CONFIG ??= "sdcard spi nand srio-pcie-boot secure-boot nor"
12UBOOT_CONFIG[nor] = "T2080RDB_config" 13UBOOT_CONFIG[nor] = "T2080RDB_config"
13UBOOT_CONFIG[sdcard] = "T2080RDB_SDCARD_config" 14UBOOT_CONFIG[sdcard] = "T2080RDB_SDCARD_config,,u-boot-with-spl-pbl.bin"
14UBOOT_CONFIG[spi] = "T2080RDB_SPIFLASH_config" 15UBOOT_CONFIG[spi] = "T2080RDB_SPIFLASH_config,,u-boot-with-spl-pbl.bin"
15UBOOT_CONFIG[nand] = "T2080RDB_NAND_config" 16UBOOT_CONFIG[nand] = "T2080RDB_NAND_config,,u-boot-with-spl-pbl.bin"
16UBOOT_CONFIG[srio-pcie-boot] = "T2080RDB_SRIO_PCIE_BOOT_config" 17UBOOT_CONFIG[srio-pcie-boot] = "T2080RDB_SRIO_PCIE_BOOT_config"
17UBOOT_CONFIG[secure-boot] = "T2080RDB_SECURE_BOOT_config" 18UBOOT_CONFIG[secure-boot] = "T2080RDB_SECURE_BOOT_config"
18 19
@@ -22,6 +23,5 @@ KERNEL_DEVICETREE ?= "fsl/t2080rdb.dtb fsl/t2080rdb-usdpaa.dtb \
22KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/corenet64_fmanv3h_smp_defconfig" 23KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/corenet64_fmanv3h_smp_defconfig"
23 24
24JFFS2_ERASEBLOCK = "0x10000" 25JFFS2_ERASEBLOCK = "0x10000"
25
26EXTRA_IMAGEDEPENDS += "fm-ucode rcw lib64-hypervisor hv-cfg" 26EXTRA_IMAGEDEPENDS += "fm-ucode rcw lib64-hypervisor hv-cfg"
27USE_VT ?= "0" 27USE_VT ?= "0"