summaryrefslogtreecommitdiffstats
path: root/bsp/meta-altera/conf/machine/include/socfpga.inc
diff options
context:
space:
mode:
Diffstat (limited to 'bsp/meta-altera/conf/machine/include/socfpga.inc')
-rw-r--r--bsp/meta-altera/conf/machine/include/socfpga.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/bsp/meta-altera/conf/machine/include/socfpga.inc b/bsp/meta-altera/conf/machine/include/socfpga.inc
index 256c0084..3b36bbcb 100644
--- a/bsp/meta-altera/conf/machine/include/socfpga.inc
+++ b/bsp/meta-altera/conf/machine/include/socfpga.inc
@@ -9,6 +9,7 @@ KERNEL_PROVIDER ?= "linux-altera"
PREFERRED_PROVIDER_virtual/kernel ?= "${KERNEL_PROVIDER}"
PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot-socfpga"
+PREFERRED_PROVIDER_u-boot ?= "u-boot-socfpga"
# Increase this everytime you change something in the kernel
MACHINE_KERNEL_PR = "r1"
@@ -20,6 +21,8 @@ KERNEL_IMAGETYPE ?= "zImage"
MACHINE_EXTRA_RRECOMMENDS = " kernel-modules"
MACHINE_FEATURES = "kernel26"
+KBUILD_DEFCONFIG ?= "socfpga_defconfig"
+
# file system images required
IMAGE_FSTYPES ?= "cpio ext3 tar.gz jffs2"