summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2016-05-16 20:29:02 -0700
committerKhem Raj <raj.khem@gmail.com>2016-05-16 20:29:02 -0700
commit6a1844a415247a389fafa4e0d2890ba349ae5d7a (patch)
tree99b2057dc30f19abc55a0a54e24e4744605c0198 /conf
parent52fcf5b82bb7f85ea79602284c11765177637d86 (diff)
downloadmeta-altera-6a1844a415247a389fafa4e0d2890ba349ae5d7a.tar.gz
kernel,u-boot: Fix builds for max10/nios2
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/10m50.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/machine/10m50.conf b/conf/machine/10m50.conf
index 829948c..9716740 100644
--- a/conf/machine/10m50.conf
+++ b/conf/machine/10m50.conf
@@ -20,3 +20,6 @@ MACHINE_EXTRA_RRECOMMENDS = "kernel-modules"
20MACHINE_FEATURES = "kernel26 serial" 20MACHINE_FEATURES = "kernel26 serial"
21 21
22SERIAL_CONSOLE = "115200 ttyS0" 22SERIAL_CONSOLE = "115200 ttyS0"
23
24PREFERRED_PROVIDER_virtual/kernel ??= "linux-altera-ltsi"
25PREFERRED_PROVIDER_u-boot ??= "u-boot-socfpga"