diff options
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/stratix10.conf | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/conf/machine/stratix10.conf b/conf/machine/stratix10.conf index 30ab930..52603bf 100644 --- a/conf/machine/stratix10.conf +++ b/conf/machine/stratix10.conf | |||
@@ -4,7 +4,10 @@ | |||
4 | 4 | ||
5 | require conf/machine/include/arm/arch-armv8.inc | 5 | require conf/machine/include/arm/arch-armv8.inc |
6 | 6 | ||
7 | SPL_BINARY_stratix10 = "spl/u-boot-spl-dtb.bin" | 7 | SPL_BINARY = "spl/u-boot-spl-dtb.bin" |
8 | UBOOT_SUFFIX = "img" | ||
9 | UBOOT_BINARY = "u-boot-dtb.img" | ||
10 | UBOOT_IMAGE = "u-boot-dtb-${MACHINE}-${PV}-${PR}.${UBOOT_SUFFIX}" | ||
8 | PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot-socfpga" | 11 | PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot-socfpga" |
9 | PREFERRED_VERSION_u-boot-socfpga ?= "v2017.09%" | 12 | PREFERRED_VERSION_u-boot-socfpga ?= "v2017.09%" |
10 | 13 | ||
@@ -15,7 +18,7 @@ KERNEL_PROVIDER ?= "linux-altera" | |||
15 | PREFERRED_PROVIDER_virtual/kernel ?= "${KERNEL_PROVIDER}" | 18 | PREFERRED_PROVIDER_virtual/kernel ?= "${KERNEL_PROVIDER}" |
16 | KERNEL_IMAGETYPE = "Image" | 19 | KERNEL_IMAGETYPE = "Image" |
17 | 20 | ||
18 | KERNEL_DEVICETREE_stratix10 ?= "altera/socfpga_stratix10_socdk.dtb" | 21 | KERNEL_DEVICETREE ?= "altera/socfpga_stratix10_socdk.dtb" |
19 | 22 | ||
20 | # we do not want to have getty running on tty1 as we run | 23 | # we do not want to have getty running on tty1 as we run |
21 | # auto-serial-console there | 24 | # auto-serial-console there |