mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-26 00:41:17 +00:00
4295485719
Boot tested on Raspberry Pi B+ (BCM2708) and Raspberry Pi 2 (BCM2709) Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
26 lines
856 B
Diff
26 lines
856 B
Diff
From 3467b4cfdf72b5b6f4c5a493be9c3d632aa72211 Mon Sep 17 00:00:00 2001
|
|
From: Dave Stevenson <dave.stevenson@raspberrypi.org>
|
|
Date: Fri, 28 Jun 2019 16:05:25 +0100
|
|
Subject: [PATCH 683/703] configs: Drop V4L2 camera and codec drivers from
|
|
bcmrpi3_defconfig
|
|
|
|
They rely on mmal_vchiq, which in turn wants vc-sm-cma.
|
|
vc-sm-cma needs some attention for 64 bit, so drop it for now.
|
|
|
|
Signed-off-by: Dave Stevenson <dave.stevenson@raspberrypi.org>
|
|
---
|
|
arch/arm64/configs/bcmrpi3_defconfig | 2 --
|
|
1 file changed, 2 deletions(-)
|
|
|
|
--- a/arch/arm64/configs/bcmrpi3_defconfig
|
|
+++ b/arch/arm64/configs/bcmrpi3_defconfig
|
|
@@ -1086,8 +1086,6 @@ CONFIG_FB_TFT_WATTEROTT=m
|
|
CONFIG_FB_FLEX=m
|
|
CONFIG_FB_TFT_FBTFT_DEVICE=m
|
|
CONFIG_SND_BCM2835=m
|
|
-CONFIG_VIDEO_BCM2835=m
|
|
-CONFIG_VIDEO_CODEC_BCM2835=m
|
|
CONFIG_MAILBOX=y
|
|
CONFIG_BCM2835_MBOX=y
|
|
# CONFIG_IOMMU_SUPPORT is not set
|