summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--conf/machine/p1025twr.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/conf/machine/p1025twr.conf b/conf/machine/p1025twr.conf
index 56e223b8..783fa42f 100644
--- a/conf/machine/p1025twr.conf
+++ b/conf/machine/p1025twr.conf
@@ -13,6 +13,10 @@ BOOTFORMAT_CONFIG = "config_ddr3_1gb_p1_p2_rdb_pc_667M.dat"
13UBOOT_CONFIG ??= "nor" 13UBOOT_CONFIG ??= "nor"
14UBOOT_CONFIG[nor] = "TWR-P1025_config" 14UBOOT_CONFIG[nor] = "TWR-P1025_config"
15 15
16UBOOT_SOURCE_NAND = "u-boot-with-spl.bin"
17UBOOT_SOURCE_SPI = "u-boot-with-spl.bin"
18UBOOT_SOURCE_SD = "u-boot-with-spl.bin"
19
16KERNEL_DEVICETREE ?= "p1025twr_32b.dtb" 20KERNEL_DEVICETREE ?= "p1025twr_32b.dtb"
17KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/mpc85xx_smp_defconfig" 21KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/mpc85xx_smp_defconfig"
18 22