summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--conf/machine/p1023rdb.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/conf/machine/p1023rdb.conf b/conf/machine/p1023rdb.conf
index 82d796f1..c6b36baa 100644
--- a/conf/machine/p1023rdb.conf
+++ b/conf/machine/p1023rdb.conf
@@ -12,6 +12,10 @@ SOC_FAMILY = "p1023"
12UBOOT_CONFIG ??= "nor" 12UBOOT_CONFIG ??= "nor"
13UBOOT_CONFIG[nor] = "P1023RDB_config" 13UBOOT_CONFIG[nor] = "P1023RDB_config"
14 14
15UBOOT_SOURCE_NAND = "u-boot-with-spl.bin"
16UBOOT_SOURCE_SPI = "u-boot-with-spl.bin"
17UBOOT_SOURCE_SD = "u-boot-with-spl.bin"
18
15KERNEL_DEVICETREE ?= "p1023rdb.dtb" 19KERNEL_DEVICETREE ?= "p1023rdb.dtb"
16KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/85xx/p1023_defconfig" 20KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/85xx/p1023_defconfig"
17 21