From 636617e60bcd745b20e73e5c20cf655f9e0e3742 Mon Sep 17 00:00:00 2001 From: Bryan Brattlof <bb@ti.com> Date: Fri, 28 Apr 2023 10:35:11 -0500 Subject: [PATCH] ti-img: fix WHENCE entry for Imagination D5520 Decoder Firmware We accidentally used the file name rather than the full path to Imagination's D5520 Decoder firmware breaking 'make check' Update to the full path to the firmware binary Fixes: 783c42605d62c ("Add: add firmware for Imagination D5520 Decoder") Signed-off-by: Bryan Brattlof <bb@ti.com> Acked-by: Darren Etheridge <detheridge@ti.com> --- WHENCE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WHENCE b/WHENCE index b4744b13..dd042ba9 100644 --- a/WHENCE +++ b/WHENCE @@ -6458,7 +6458,7 @@ Originates from https://github.com/NXP/uwb-NXPUWB-FW.git Driver: vxd_dec - Imagination D5550 Hardware decoder firmware -File: pvdec_full_bin.fw +File: ti-img/pvdec_full_bin.fw License: Redistributable. See LICENSE.ti-img for details. -- GitLab