diff options
| -rw-r--r-- | conf/machine/b4860qds-64b.conf | 5 | ||||
| -rw-r--r-- | conf/machine/b4860qds.conf | 5 | 
2 files changed, 10 insertions, 0 deletions
| diff --git a/conf/machine/b4860qds-64b.conf b/conf/machine/b4860qds-64b.conf index 7835f2d98..1a75a8cc0 100644 --- a/conf/machine/b4860qds-64b.conf +++ b/conf/machine/b4860qds-64b.conf | |||
| @@ -13,6 +13,11 @@ UBOOT_MACHINES ?= "B4860QDS B4860QDS_SECURE_BOOT" | |||
| 13 | UBOOT_CONFIG ??= "nor secure-boot" | 13 | UBOOT_CONFIG ??= "nor secure-boot" | 
| 14 | UBOOT_CONFIG[nor] = "B4860QDS_config" | 14 | UBOOT_CONFIG[nor] = "B4860QDS_config" | 
| 15 | UBOOT_CONFIG[secure-boot] = "B4860QDS_SECURE_BOOT_config" | 15 | UBOOT_CONFIG[secure-boot] = "B4860QDS_SECURE_BOOT_config" | 
| 16 | |||
| 17 | UBOOT_SOURCE_NAND = "u-boot-with-spl-pbl.bin" | ||
| 18 | UBOOT_SOURCE_SPI = "u-boot.pbl" | ||
| 19 | UBOOT_SOURCE_SD = "u-boot-with-spl-pbl.bin" | ||
| 20 | |||
| 16 | KERNEL_DEVICETREE ?= "b4860qds.dtb b4860qds-usdpaa.dtb \ | 21 | KERNEL_DEVICETREE ?= "b4860qds.dtb b4860qds-usdpaa.dtb \ | 
| 17 | b4860qds-usdpaa-shared-interfaces.dtb \ | 22 | b4860qds-usdpaa-shared-interfaces.dtb \ | 
| 18 | " | 23 | " | 
| diff --git a/conf/machine/b4860qds.conf b/conf/machine/b4860qds.conf index 9313cb359..970c11d24 100644 --- a/conf/machine/b4860qds.conf +++ b/conf/machine/b4860qds.conf | |||
| @@ -12,6 +12,11 @@ SOC_FAMILY = "b4:b4860" | |||
| 12 | UBOOT_CONFIG ??= "nor secure-boot" | 12 | UBOOT_CONFIG ??= "nor secure-boot" | 
| 13 | UBOOT_CONFIG[nor] = "B4860QDS_config" | 13 | UBOOT_CONFIG[nor] = "B4860QDS_config" | 
| 14 | UBOOT_CONFIG[secure-boot] = "B4860QDS_SECURE_BOOT_config" | 14 | UBOOT_CONFIG[secure-boot] = "B4860QDS_SECURE_BOOT_config" | 
| 15 | |||
| 16 | UBOOT_SOURCE_NAND = "u-boot-with-spl-pbl.bin" | ||
| 17 | UBOOT_SOURCE_SPI = "u-boot.pbl" | ||
| 18 | UBOOT_SOURCE_SD = "u-boot-with-spl-pbl.bin" | ||
| 19 | |||
| 15 | KERNEL_DEVICETREE ?= "b4860qds.dtb b4860qds-usdpaa.dtb \ | 20 | KERNEL_DEVICETREE ?= "b4860qds.dtb b4860qds-usdpaa.dtb \ | 
| 16 | b4860qds-usdpaa-shared-interfaces.dtb \ | 21 | b4860qds-usdpaa-shared-interfaces.dtb \ | 
| 17 | " | 22 | " | 
