Re: [PATCH 4/8] CMDLINE: mips: convert to generic builtin command line

2023-11-22 Thread Christophe Leroy
Le 10/11/2023 à 02:38, Daniel Walker a écrit : > This updates the mips code to use the CONFIG_GENERIC_CMDLINE > option. > > This deletes the option for MIPS_CMDLINE_BUILTIN_EXTEND > and replaces the functionality with generic code. > > Of note, the pic32 has some strange handling of the current

[PATCH 4/8] CMDLINE: mips: convert to generic builtin command line

2023-11-09 Thread Daniel Walker
This updates the mips code to use the CONFIG_GENERIC_CMDLINE option. This deletes the option for MIPS_CMDLINE_BUILTIN_EXTEND and replaces the functionality with generic code. Of note, the pic32 has some strange handling of the current built in command line. It was converted to use the static vari

[PATCH 4/8] CMDLINE: mips: convert to generic builtin command line

2021-04-15 Thread Daniel Walker
This updates the mips code to use the CONFIG_GENERIC_CMDLINE option. This deletes the option for MIPS_CMDLINE_BUILTIN_EXTEND and replaces the functionality with generic code. Of note, the pic32 has some strange handling of the current built in command line. It was converted to use the static vari