Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 79924ca9 authored by Philipp Zabel's avatar Philipp Zabel Committed by Mauro Carvalho Chehab
Browse files

[media] coda: move BIT specific functions into separate file



This patch moves the BIT processor specific coda_context_ops, the firmware
upload and other related functions from coda-common.c into coda-bit.c.

Signed-off-by: default avatarPhilipp Zabel <p.zabel@pengutronix.de>
Signed-off-by: default avatarKamil Debski <k.debski@samsung.com>
Signed-off-by: default avatarMauro Carvalho Chehab <m.chehab@samsung.com>
parent 4f4ee9ee
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
coda-objs := coda-common.o coda-h264.o
coda-objs := coda-common.o coda-bit.o coda-h264.o

obj-$(CONFIG_VIDEO_CODA) += coda.o