diff options
| -rw-r--r-- | conf/machine/p1010rdb.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/conf/machine/p1010rdb.conf b/conf/machine/p1010rdb.conf index 8f1c141a0..eddd665b3 100644 --- a/conf/machine/p1010rdb.conf +++ b/conf/machine/p1010rdb.conf | |||
| @@ -26,6 +26,10 @@ UBOOT_CONFIG[nand-secboot] = "P1010RDB-PB_NAND_SECBOOT_config" | |||
| 26 | UBOOT_CONFIG[nor-secboot] = "P1010RDB-PB_NOR_SECBOOT_config" | 26 | UBOOT_CONFIG[nor-secboot] = "P1010RDB-PB_NOR_SECBOOT_config" |
| 27 | UBOOT_CONFIG[spi-secboot] = "P1010RDB-PB_SPIFLASH_SECBOOT_config" | 27 | UBOOT_CONFIG[spi-secboot] = "P1010RDB-PB_SPIFLASH_SECBOOT_config" |
| 28 | 28 | ||
| 29 | UBOOT_SOURCE_NAND = "u-boot-with-spl.bin" | ||
| 30 | UBOOT_SOURCE_SPI = "u-boot-with-spl.bin" | ||
| 31 | UBOOT_SOURCE_SD = "u-boot-with-spl.bin" | ||
| 32 | |||
| 29 | KERNEL_DEVICETREE ?= "p1010rdb-pa.dtb p1010rdb-pb.dtb" | 33 | KERNEL_DEVICETREE ?= "p1010rdb-pa.dtb p1010rdb-pb.dtb" |
| 30 | KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/mpc85xx_defconfig" | 34 | KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/mpc85xx_defconfig" |
| 31 | 35 | ||
