diff options
author | Dalon Westergreen <dwesterg@gmail.com> | 2018-02-15 13:59:36 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2018-02-26 18:33:46 -0800 |
commit | 9b47da504d14c33b76d586a85d82432f87a971ea (patch) | |
tree | a2ab6185d9594e176b7e5099ec0887a52c3586c7 /conf | |
parent | 53b1543f22cb9d6688f19aa7ccaa0ab8edce8363 (diff) | |
download | meta-altera-9b47da504d14c33b76d586a85d82432f87a971ea.tar.gz |
Cleanup stratix10.conf
remove redundant _stratix10 from variables and add all
needed UBOOT variables
Signed-off-by: Dalon Westergreen <dwesterg@gmail.com>
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 |