diff options
-rw-r--r-- | conf/machine/p1023rdb.conf | 4 |
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" | |||
12 | UBOOT_CONFIG ??= "nor" | 12 | UBOOT_CONFIG ??= "nor" |
13 | UBOOT_CONFIG[nor] = "P1023RDB_config" | 13 | UBOOT_CONFIG[nor] = "P1023RDB_config" |
14 | 14 | ||
15 | UBOOT_SOURCE_NAND = "u-boot-with-spl.bin" | ||
16 | UBOOT_SOURCE_SPI = "u-boot-with-spl.bin" | ||
17 | UBOOT_SOURCE_SD = "u-boot-with-spl.bin" | ||
18 | |||
15 | KERNEL_DEVICETREE ?= "p1023rdb.dtb" | 19 | KERNEL_DEVICETREE ?= "p1023rdb.dtb" |
16 | KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/85xx/p1023_defconfig" | 20 | KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/85xx/p1023_defconfig" |
17 | 21 | ||