diff options
-rw-r--r-- | conf/machine/t4160qds-64b.conf | 4 | ||||
-rw-r--r-- | conf/machine/t4160qds.conf | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/conf/machine/t4160qds-64b.conf b/conf/machine/t4160qds-64b.conf index e5496632..b245b08e 100644 --- a/conf/machine/t4160qds-64b.conf +++ b/conf/machine/t4160qds-64b.conf | |||
@@ -13,6 +13,10 @@ UBOOT_CONFIG ??= "nor secure-boot" | |||
13 | UBOOT_CONFIG[nor] = "T4160QDS_config" | 13 | UBOOT_CONFIG[nor] = "T4160QDS_config" |
14 | UBOOT_CONFIG[secure-boot] = "T4160QDS_SECURE_BOOT_config" | 14 | UBOOT_CONFIG[secure-boot] = "T4160QDS_SECURE_BOOT_config" |
15 | 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 | |||
16 | KERNEL_DEVICETREE ?= "t4240qds.dtb t4240qds-usdpaa.dtb" | 20 | KERNEL_DEVICETREE ?= "t4240qds.dtb t4240qds-usdpaa.dtb" |
17 | KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/corenet64_fmanv3h_smp_defconfig" | 21 | KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/corenet64_fmanv3h_smp_defconfig" |
18 | 22 | ||
diff --git a/conf/machine/t4160qds.conf b/conf/machine/t4160qds.conf index 7af70f99..e86cbd2b 100644 --- a/conf/machine/t4160qds.conf +++ b/conf/machine/t4160qds.conf | |||
@@ -13,6 +13,10 @@ UBOOT_CONFIG ??= "nor" | |||
13 | UBOOT_CONFIG[nor] = "T4160QDS_config" | 13 | UBOOT_CONFIG[nor] = "T4160QDS_config" |
14 | UBOOT_CONFIG[secure-boot] = "T4160QDS_SECURE_BOOT_config" | 14 | UBOOT_CONFIG[secure-boot] = "T4160QDS_SECURE_BOOT_config" |
15 | 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 | |||
16 | KERNEL_DEVICETREE ?= "t4240qds.dtb t4240qds-usdpaa.dtb" | 20 | KERNEL_DEVICETREE ?= "t4240qds.dtb t4240qds-usdpaa.dtb" |
17 | KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/corenet64_fmanv3h_smp_defconfig" | 21 | KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/corenet64_fmanv3h_smp_defconfig" |
18 | 22 | ||