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

2025-02-21 Thread Stephen Boyd
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 C

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

2025-02-20 Thread Tom Rini
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 > --- > cmd/Kconfig | 2 +- > cmd/Makefile