Re: [PATCH] cmd/Kconfig: Add more dependencies to OSE bootm support

2020-01-08 Thread Tom Rini
On Thu, Dec 05, 2019 at 06:46:11PM -0500, Tom Rini wrote: > Per Enea OSE documentation, it supports some classes of ARM, PowerPC and > X86. Limit the option to those platforms. > > Signed-off-by: Tom Rini Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature

[PATCH] cmd/Kconfig: Add more dependencies to OSE bootm support

2019-12-05 Thread Tom Rini
Per Enea OSE documentation, it supports some classes of ARM, PowerPC and X86. Limit the option to those platforms. Signed-off-by: Tom Rini --- cmd/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/cmd/Kconfig b/cmd/Kconfig index a2b9e19bbe6d..9f791e90dc90 100644 --- a/cmd/Kconfig +++