diff options
-rw-r--r-- | conf/machine/c293pcie.conf | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/conf/machine/c293pcie.conf b/conf/machine/c293pcie.conf index 19921e0e..a6ddb4cf 100644 --- a/conf/machine/c293pcie.conf +++ b/conf/machine/c293pcie.conf | |||
@@ -16,10 +16,8 @@ UBOOT_CONFIG[spi] = "C29XPCIE_SPIFLASH_config" | |||
16 | UBOOT_CONFIG[secboot] = "C29XPCIE_NOR_SECBOOT_config" | 16 | UBOOT_CONFIG[secboot] = "C29XPCIE_NOR_SECBOOT_config" |
17 | UBOOT_CONFIG[spi-secboot] = "C29XPCIE_SPIFLASH_SECBOOT_config" | 17 | UBOOT_CONFIG[spi-secboot] = "C29XPCIE_SPIFLASH_SECBOOT_config" |
18 | 18 | ||
19 | 19 | KERNEL_DEVICETREE ?= "c293pcie.dtb" | |
20 | KERNEL_DEVICETREE ?= "c293pcie_36b.dtb" | ||
21 | KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/mpc85xx_defconfig" | 20 | KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/mpc85xx_defconfig" |
22 | 21 | ||
23 | JFFS2_ERASEBLOCK = "0x10000" | 22 | JFFS2_ERASEBLOCK = "0x10000" |
24 | |||
25 | USE_VT ?= "0" | 23 | USE_VT ?= "0" |