summaryrefslogtreecommitdiffstats
path: root/conf/machine/include/socfpga.inc
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2014-09-20 19:37:35 -0700
committerKhem Raj <raj.khem@gmail.com>2014-09-20 19:37:35 -0700
commit5245a79b7e74be43b15f89b2952dec2971e51b6f (patch)
tree6fdd7cbf0ab498670a80be94a905e68c2ad8f323 /conf/machine/include/socfpga.inc
parentaabfabf8760bc15dd74e13fdfed02afa1aa21cab (diff)
downloadmeta-altera-5245a79b7e74be43b15f89b2952dec2971e51b6f.tar.gz
linux-altera: Remove incorrect COMPATIBLE_MACHINE
beautify ?= Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'conf/machine/include/socfpga.inc')
-rw-r--r--conf/machine/include/socfpga.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/include/socfpga.inc b/conf/machine/include/socfpga.inc
index 60ba002..706c583 100644
--- a/conf/machine/include/socfpga.inc
+++ b/conf/machine/include/socfpga.inc
@@ -5,7 +5,7 @@ require conf/machine/include/tune-cortexa9.inc
5# this variable specifies the kernel to be built: linux-altera or linux-altera-ltsi 5# this variable specifies the kernel to be built: linux-altera or linux-altera-ltsi
6# this affects the PREFERRED_PROVIDER of virtual/kernel 6# this affects the PREFERRED_PROVIDER of virtual/kernel
7# it can be overriden from the environment, using BB_ENV_EXTRAWHITE 7# it can be overriden from the environment, using BB_ENV_EXTRAWHITE
8KERNEL_PROVIDER?="linux-altera-ltsi" 8KERNEL_PROVIDER ?= "linux-altera-ltsi"
9PREFERRED_PROVIDER_virtual/kernel = "${KERNEL_PROVIDER}" 9PREFERRED_PROVIDER_virtual/kernel = "${KERNEL_PROVIDER}"
10 10
11PREFERRED_PROVIDER_virtual/bootloader = "u-boot-socfpga" 11PREFERRED_PROVIDER_virtual/bootloader = "u-boot-socfpga"