diff options
-rw-r--r-- | conf/machine/p1022ds.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/conf/machine/p1022ds.conf b/conf/machine/p1022ds.conf index 47156b6d..41b88357 100644 --- a/conf/machine/p1022ds.conf +++ b/conf/machine/p1022ds.conf | |||
@@ -20,6 +20,10 @@ UBOOT_CONFIG[36bit-spi] = "P1022DS_36BIT_SPIFLASH_config" | |||
20 | UBOOT_CONFIG[36bit-nand] = "P1022DS_36BIT_NAND_config" | 20 | UBOOT_CONFIG[36bit-nand] = "P1022DS_36BIT_NAND_config" |
21 | UBOOT_CONFIG[36bit-sdcard] = "P1022DS_36BIT_SDCARD_config" | 21 | UBOOT_CONFIG[36bit-sdcard] = "P1022DS_36BIT_SDCARD_config" |
22 | 22 | ||
23 | UBOOT_SOURCE_NAND = "u-boot-with-spl.bin" | ||
24 | UBOOT_SOURCE_SPI = "u-boot-with-spl.bin" | ||
25 | UBOOT_SOURCE_SD = "u-boot-with-spl.bin" | ||
26 | |||
23 | KERNEL_DEVICETREE ?= "p1022ds_32b.dtb" | 27 | KERNEL_DEVICETREE ?= "p1022ds_32b.dtb" |
24 | KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/mpc85xx_smp_defconfig" | 28 | KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/mpc85xx_smp_defconfig" |
25 | 29 | ||