From c3b3cd6efd300cd2f9ef0e952d2ebd5077bb17af Mon Sep 17 00:00:00 2001 From: Ricardo Salveti Date: Mon, 6 Jan 2020 16:27:53 -0300 Subject: raspberrypi-cm3.conf: drop KBUILD_DEFCONFIG definition KBUILD_DEFCONFIG should be defined by the kernel recipe instead, such as linux-raspberrypi. Signed-off-by: Ricardo Salveti --- conf/machine/raspberrypi-cm3.conf | 1 - 1 file changed, 1 deletion(-) diff --git a/conf/machine/raspberrypi-cm3.conf b/conf/machine/raspberrypi-cm3.conf index 638c2ea..f1b8151 100644 --- a/conf/machine/raspberrypi-cm3.conf +++ b/conf/machine/raspberrypi-cm3.conf @@ -6,7 +6,6 @@ DEFAULTTUNE ?= "cortexa7thf-neon-vfpv4" require conf/machine/include/tune-cortexa7.inc include conf/machine/include/rpi-base.inc -KBUILD_DEFCONFIG ?= "bcm2709_defconfig" SDIMG_KERNELIMAGE ?= "kernel7.img" UBOOT_MACHINE = "rpi_3_32b_config" SERIAL_CONSOLES ?= "115200;ttyAMA0" -- cgit v1.2.3-54-g00ecf