From 8bd1de4c0ea001883c3f96b350a2cb080c6fe528 Mon Sep 17 00:00:00 2001 From: Nanxin Qin Date: Mon, 27 Nov 2017 18:11:30 +0800 Subject: [PATCH] firmware: add a item of firmware cfg for the txlx [1/1] PD#154260: add a item of firmware cfg for the txlx. Change-Id: I0ce62cdc96b8e9a09a7abaff1c8258b858607285 Signed-off-by: Nanxin Qin --- drivers/amlogic/media_modules/common/firmware/firmware_cfg.h | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/amlogic/media_modules/common/firmware/firmware_cfg.h b/drivers/amlogic/media_modules/common/firmware/firmware_cfg.h index be919ff5ecde..ab8b2c680c4a 100644 --- a/drivers/amlogic/media_modules/common/firmware/firmware_cfg.h +++ b/drivers/amlogic/media_modules/common/firmware/firmware_cfg.h @@ -21,6 +21,7 @@ {MESON_CPU_MAJOR_ID_GXL, VIDEO_PACKAGE, "video_ucode.bin"}, {MESON_CPU_MAJOR_ID_GXM, VIDEO_PACKAGE, "video_ucode.bin"}, {MESON_CPU_MAJOR_ID_TXL, VIDEO_PACKAGE, "video_ucode.bin"}, +{MESON_CPU_MAJOR_ID_TXLX, VIDEO_PACKAGE, "video_ucode.bin"}, /*firmware for a special format, to replace the format in the package.*/ {MESON_CPU_MAJOR_ID_GXL, VIDEO_DEC_HEVC, "h265.bin"},