Skip to content

Commit

Permalink
Remove CONFIG_EFI_GENERIC_STUB_INITRD_CMDLINE_LOADER (#214)
Browse files Browse the repository at this point in the history
Since commit e346bebbd36b1576a3335331fed61bb48c6d8823 always enable
initrd command line loader, we no longer need this config.

Fix IR image build warning:
[INFO]: the following symbols were not found in the active configuration:
     - CONFIG_EFI_GENERIC_STUB_INITRD_CMDLINE_LOADER

Signed-off-by: Weizhao Ouyang <[email protected]>
  • Loading branch information
ownia authored Oct 31, 2024
1 parent c3d3380 commit 2f2d17f
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ CONFIG_EFI_TEST=y
CONFIG_DMI_SYSFS=y
CONFIG_CGROUP_FREEZER=y
CONFIG_COMMON_CLK_ZYNQMP=y
CONFIG_EFI_GENERIC_STUB_INITRD_CMDLINE_LOADER=y
CONFIG_TCG_TPM=y
CONFIG_TCG_TIS=y
CONFIG_TCG_TIS_SPI=y
Expand Down

0 comments on commit 2f2d17f

Please sign in to comment.