summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2016-05-16 16:58:05 -0700
committerKhem Raj <raj.khem@gmail.com>2016-05-16 16:58:05 -0700
commit52fcf5b82bb7f85ea79602284c11765177637d86 (patch)
tree6d421a22b6fdb7bfe946479dcee99332673f174b
parent66f45d759bccfb36c6f99555dbc8e0a2e2e86cc3 (diff)
downloadmeta-altera-52fcf5b82bb7f85ea79602284c11765177637d86.tar.gz
linux-altera-configs: Pin right defconfig for max10 kernel
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--recipes-kernel/linux/linux-altera-configs.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-kernel/linux/linux-altera-configs.inc b/recipes-kernel/linux/linux-altera-configs.inc
index dcb1469..9a757d7 100644
--- a/recipes-kernel/linux/linux-altera-configs.inc
+++ b/recipes-kernel/linux/linux-altera-configs.inc
@@ -1,5 +1,6 @@
1 1
2KBUILD_DEFCONFIG ?= "socfpga_defconfig" 2KBUILD_DEFCONFIG ?= "socfpga_defconfig"
3KBUILD_DEFCONFIG_stratix10swvp ?= "defconfig" 3KBUILD_DEFCONFIG_stratix10swvp ?= "defconfig"
4KBUILD_DEFCONFIG_10m50 ?= "10m50_defconfig"
4 5
5KCONFIG_MODE ?= "--alldefconfig" 6KCONFIG_MODE ?= "--alldefconfig"