diff options
author | Mark Hatle <mark.hatle@xilinx.com> | 2020-03-12 11:01:13 -0700 |
---|---|---|
committer | Mark Hatle <mark.hatle@xilinx.com> | 2020-03-13 09:43:39 -0700 |
commit | d01f811d4672c30581d68edf3c79fd07a64c61a9 (patch) | |
tree | 610cc8b04c1ae86c0974fd1473e8434fdec920e4 | |
parent | 2afdcda5ccf445e17b5de539524be66e4cfb142e (diff) | |
download | meta-xilinx-d01f811d4672c30581d68edf3c79fd07a64c61a9.tar.gz |
linux-xlnx: Use new default defconfigs
Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
-rw-r--r-- | meta-xilinx-bsp/recipes-kernel/linux/linux-xlnx.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-xilinx-bsp/recipes-kernel/linux/linux-xlnx.inc b/meta-xilinx-bsp/recipes-kernel/linux/linux-xlnx.inc index ec50e2d0..66699ee0 100644 --- a/meta-xilinx-bsp/recipes-kernel/linux/linux-xlnx.inc +++ b/meta-xilinx-bsp/recipes-kernel/linux/linux-xlnx.inc | |||
@@ -46,10 +46,10 @@ COMPATIBLE_MACHINE_versal = ".*" | |||
46 | 46 | ||
47 | # Use DEFCONFIGs for configuring linux-xlnx kernels | 47 | # Use DEFCONFIGs for configuring linux-xlnx kernels |
48 | KCONFIG_MODE ?= "alldefconfig" | 48 | KCONFIG_MODE ?= "alldefconfig" |
49 | KBUILD_DEFCONFIG_zynqmp = "xilinx_zynqmp_defconfig" | ||
50 | KBUILD_DEFCONFIG_zynq = "xilinx_zynq_defconfig" | 49 | KBUILD_DEFCONFIG_zynq = "xilinx_zynq_defconfig" |
51 | KBUILD_DEFCONFIG_microblaze = "mmu_defconfig" | 50 | KBUILD_DEFCONFIG_microblaze = "mmu_defconfig" |
52 | KBUILD_DEFCONFIG_versal = "xilinx_versal_defconfig" | 51 | KBUILD_DEFCONFIG_zynqmp = "xilinx_defconfig" |
52 | KBUILD_DEFCONFIG_versal = "xilinx_defconfig" | ||
53 | 53 | ||
54 | # Add meta-xilinx kmeta, used for MicroBlaze BSP fragments | 54 | # Add meta-xilinx kmeta, used for MicroBlaze BSP fragments |
55 | FILESEXTRAPATHS_prepend := "${THISDIR}:" | 55 | FILESEXTRAPATHS_prepend := "${THISDIR}:" |