Re: [PATCH v1 1/1] mtd: physmap: physmap-bt1-rom: Remove not-going-to-be-supported code for Baikal SoC
From: Randy Dunlap
Date: Tue Feb 24 2026 - 13:47:46 EST
Hi Andy,
On 2/24/26 7:39 AM, Andy Shevchenko wrote:
> As noticed in the discussion [1] the Baikal SoC and platforms
> are not going to be finalized, hence remove stale code.
>
> Link: https://lore.kernel.org/lkml/22b92ddf-6321-41b5-8073-f9c7064d3432@xxxxxxxxxxxxx/ [1]
> Signed-off-by: Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx>
> ---
> drivers/mtd/maps/Kconfig | 11 ---
> drivers/mtd/maps/Makefile | 1 -
> drivers/mtd/maps/physmap-bt1-rom.c | 125 -----------------------------
> drivers/mtd/maps/physmap-bt1-rom.h | 17 ----
> 4 files changed, 154 deletions(-)
> delete mode 100644 drivers/mtd/maps/physmap-bt1-rom.c
> delete mode 100644 drivers/mtd/maps/physmap-bt1-rom.h
There is also a small change in drivers/mtd/maps/physmap-core.c
that is needed:
-#include "physmap-bt1-rom.h"
and then
Reviewed-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>
thanks.
--
~Randy