diff options
author | Ricardo Salveti <ricardo@foundries.io> | 2020-01-06 16:27:53 -0300 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2020-01-08 11:24:51 +0000 |
commit | c3b3cd6efd300cd2f9ef0e952d2ebd5077bb17af (patch) | |
tree | 262f0c5cf7be552e30d79de9dd663e064f010c5e | |
parent | 12bbdd91b27b65b0e3f1e3592a62d740464ef5c7 (diff) | |
download | meta-raspberrypi-c3b3cd6efd300cd2f9ef0e952d2ebd5077bb17af.tar.gz |
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 <ricardo@foundries.io>
-rw-r--r-- | conf/machine/raspberrypi-cm3.conf | 1 |
1 files changed, 0 insertions, 1 deletions
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" | |||
6 | require conf/machine/include/tune-cortexa7.inc | 6 | require conf/machine/include/tune-cortexa7.inc |
7 | include conf/machine/include/rpi-base.inc | 7 | include conf/machine/include/rpi-base.inc |
8 | 8 | ||
9 | KBUILD_DEFCONFIG ?= "bcm2709_defconfig" | ||
10 | SDIMG_KERNELIMAGE ?= "kernel7.img" | 9 | SDIMG_KERNELIMAGE ?= "kernel7.img" |
11 | UBOOT_MACHINE = "rpi_3_32b_config" | 10 | UBOOT_MACHINE = "rpi_3_32b_config" |
12 | SERIAL_CONSOLES ?= "115200;ttyAMA0" | 11 | SERIAL_CONSOLES ?= "115200;ttyAMA0" |