Re: [PATCH v4 3/7] bootconfig: render embedded bootconfig as a kernel cmdline at build time
From: Julian Braha
Date: Wed Jun 10 2026 - 09:49:52 EST
On 6/9/26 11:28, Breno Leitao wrote:
> + depends on BOOT_CONFIG_EMBED
> + depends on BOOT_CONFIG_EMBED_FILE != ""
Hi Breno,
Just an FYI, this dependency on BOOT_CONFIG_EMBED is redundant because
the:
BOOT_CONFIG_EMBED_FILE != ""
is only possible when BOOT_CONFIG_EMBED is enabled.
- Julian Braha