On Wed, Feb 26, 2020 at 12:38 PM <gtk_ruiwang@xxxxxxxxxxxx> wrote: > > From: gtk_ruiwang <gtk_ruiwang@xxxxxxxxxxxx> > > Currently vpu_d.bin and vpu_p.bin are at the root of > linux-firmware git tree, it's not appropriate so we move > them to subfolder mediatek/mt8173 > > Release Version: 1.1.4 > > Signed-off-by: Rui Wang <gtk_ruiwang@xxxxxxxxxxxx> > --- > vpu_d.bin => mediatek/mt8173/vpu_d.bin | Bin > vpu_p.bin => mediatek/mt8173/vpu_p.bin | Bin > 2 files changed, 0 insertions(+), 0 deletions(-) > rename vpu_d.bin => mediatek/mt8173/vpu_d.bin (100%) > rename vpu_p.bin => mediatek/mt8173/vpu_p.bin (100%) This is nice as it removes some stuff from the root, but for compatibility with older kernels that don't know about the new path shouldn't we at least temporarily create a symbolic link between the old location and the new one?