On Thu, Feb 20, 2025 at 12:58:49PM -0800, Stephen Boyd wrote: > This command isn't x86 specific. Move it up one level so that it can be > used on a platform that can find the coreboot table, i.e. x86 or ARM. > > Signed-off-by: Stephen Boyd <swb...@chromium.org> > --- > cmd/Kconfig | 2 +- > cmd/Makefile | 1 + > cmd/{x86 => }/cbsysinfo.c | 0 > cmd/x86/Makefile | 1 - > 4 files changed, 2 insertions(+), 2 deletions(-) > rename cmd/{x86 => }/cbsysinfo.c (100%) > > diff --git a/cmd/Kconfig b/cmd/Kconfig > index 864b6d464ba0..0f456e3b95a2 100644 > --- a/cmd/Kconfig > +++ b/cmd/Kconfig > @@ -2898,7 +2898,7 @@ menu "Debug commands" > > config CMD_CBSYSINFO > bool "cbsysinfo" > - depends on X86 > + depends on X86 || (ARM && SYS_COREBOOT) > default y if SYS_COREBOOT > help > This provides information about the coreboot sysinfo table stored in
Maybe just depends on SYS_COREBOOT and default y? -- Tom
signature.asc
Description: PGP signature