2024-06-14 18:25:32

by Thomas Huth

[permalink] [raw]
Subject: [PATCH] Documentation: Remove unused "mtdset=" from kernel-parameters.txt

The kernel parameter "mtdset" has been removed two years ago in
commit 61b7f8920b17 ("ARM: s3c: remove all s3c24xx support") and
thus should be removed from the documentation now, too.

Signed-off-by: Thomas Huth <[email protected]>
---
Documentation/admin-guide/kernel-parameters.txt | 5 -----
1 file changed, 5 deletions(-)

diff --git a/Documentation/admin-guide/kernel-parameters.txt b/Documentation/admin-guide/kernel-parameters.txt
index 87d5bee924fe..ff02e1a02e12 100644
--- a/Documentation/admin-guide/kernel-parameters.txt
+++ b/Documentation/admin-guide/kernel-parameters.txt
@@ -3631,11 +3631,6 @@
mtdparts= [MTD]
See drivers/mtd/parsers/cmdlinepart.c

- mtdset= [ARM]
- ARM/S3C2412 JIVE boot control
-
- See arch/arm/mach-s3c/mach-jive.c
-
mtouchusb.raw_coordinates=
[HW] Make the MicroTouch USB driver use raw coordinates
('y', default) or cooked coordinates ('n')
--
2.45.2



2024-06-14 20:33:21

by Randy Dunlap

[permalink] [raw]
Subject: Re: [PATCH] Documentation: Remove unused "mtdset=" from kernel-parameters.txt



On 6/14/24 11:25 AM, Thomas Huth wrote:
> The kernel parameter "mtdset" has been removed two years ago in
> commit 61b7f8920b17 ("ARM: s3c: remove all s3c24xx support") and
> thus should be removed from the documentation now, too.
>
> Signed-off-by: Thomas Huth <[email protected]>

Reviewed-by: Randy Dunlap <[email protected]>

Thanks.

> ---
> Documentation/admin-guide/kernel-parameters.txt | 5 -----
> 1 file changed, 5 deletions(-)
>
> diff --git a/Documentation/admin-guide/kernel-parameters.txt b/Documentation/admin-guide/kernel-parameters.txt
> index 87d5bee924fe..ff02e1a02e12 100644
> --- a/Documentation/admin-guide/kernel-parameters.txt
> +++ b/Documentation/admin-guide/kernel-parameters.txt
> @@ -3631,11 +3631,6 @@
> mtdparts= [MTD]
> See drivers/mtd/parsers/cmdlinepart.c
>
> - mtdset= [ARM]
> - ARM/S3C2412 JIVE boot control
> -
> - See arch/arm/mach-s3c/mach-jive.c
> -
> mtouchusb.raw_coordinates=
> [HW] Make the MicroTouch USB driver use raw coordinates
> ('y', default) or cooked coordinates ('n')

--
~Randy