Re: [PATCH 1/4] add generic builtin command line

From: Pratyush Brahma
Date: Thu Oct 19 2023 - 02:44:38 EST



On 17-10-2023 19:51, Daniel Walker (danielwa) wrote:
On Tue, Oct 17, 2023 at 04:10:42PM +0530, Pratyush Brahma wrote:
For such a usecase, the CONFIG_CMDLINE_PREPEND seems to be quite useful as
it would help to stitch bootloader
and the desired build variant's configs together. Can you please help to
merge this patch?
Yes, your at least the second person that's asked for it, and it's been on my
list for some time to release again. I'll try to release it as soon as possible.

Daniel

Thanks Daniel.

Please have this config support for arm64 as well. Previously arm64 used to support CONFIG_CMDLINE_EXTEND
which was useful for our usecase. However it was dropped from commit cae118b6acc309539b33339e846cbb19187c164c
referring to your patch series as an alternative. Hence the need.

Pratyush