diff options
| -rw-r--r-- | conf/machine/t1023rdb-64b.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/conf/machine/t1023rdb-64b.conf b/conf/machine/t1023rdb-64b.conf index 0111fbd9b..5f6f61f11 100644 --- a/conf/machine/t1023rdb-64b.conf +++ b/conf/machine/t1023rdb-64b.conf | |||
| @@ -14,6 +14,10 @@ UBOOT_CONFIG[nand] = "T1024RDB_NAND_config" | |||
| 14 | UBOOT_CONFIG[sdcard] = "T1024RDB_SDCARD_config" | 14 | UBOOT_CONFIG[sdcard] = "T1024RDB_SDCARD_config" |
| 15 | UBOOT_CONFIG[spi] = "T1023RDB_SPIFLASH_config" | 15 | UBOOT_CONFIG[spi] = "T1023RDB_SPIFLASH_config" |
| 16 | 16 | ||
| 17 | UBOOT_SOURCE_NAND = "u-boot-with-spl-pbl.bin" | ||
| 18 | UBOOT_SOURCE_SPI = "u-boot-with-spl-pbl.bin" | ||
| 19 | UBOOT_SOURCE_SD = "u-boot-with-spl-pbl.bin" | ||
| 20 | |||
| 17 | KERNEL_DEVICETREE ?= "t1023rdb.dtb t1023rdb-usdpaa.dtb t1023rdb-usdpaa-shared-interfaces.dtb" | 21 | KERNEL_DEVICETREE ?= "t1023rdb.dtb t1023rdb-usdpaa.dtb t1023rdb-usdpaa-shared-interfaces.dtb" |
| 18 | KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/corenet64_fmanv3l_smp_defconfig" | 22 | KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/corenet64_fmanv3l_smp_defconfig" |
| 19 | 23 | ||
