[PATCH 07/12] cmd/cbsysinfo: Allow on ARM as well

Stephen Boyd swboyd at chromium.org
Sat Feb 22 01:49:27 CET 2025


Quoting Tom Rini (2025-02-20 17:07:21)
> On Thu, Feb 20, 2025 at 12:58:49PM -0800, Stephen Boyd wrote:
> > 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?
>

Alright, sounds good.


More information about the U-Boot mailing list