diff mbox series

cmd/Kconfig: Add more dependencies to OSE bootm support

Message ID 20191205234611.2649-1-trini@konsulko.com
State Accepted
Commit 14a2dee765fe0849a49d5007398eb64677ed1544
Delegated to: Tom Rini
Headers show
Series cmd/Kconfig: Add more dependencies to OSE bootm support | expand

Commit Message

Tom Rini Dec. 5, 2019, 11:46 p.m. UTC
Per Enea OSE documentation, it supports some classes of ARM, PowerPC and
X86.  Limit the option to those platforms.

Signed-off-by: Tom Rini <trini@konsulko.com>
---
 cmd/Kconfig | 1 +
 1 file changed, 1 insertion(+)

Comments

Tom Rini Jan. 8, 2020, 8:12 p.m. UTC | #1
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 <trini@konsulko.com>

Applied to u-boot/master, thanks!
diff mbox series

Patch

diff --git a/cmd/Kconfig b/cmd/Kconfig
index a2b9e19bbe6d..9f791e90dc90 100644
--- a/cmd/Kconfig
+++ b/cmd/Kconfig
@@ -286,6 +286,7 @@  config BOOTM_OPENRTOS
 
 config BOOTM_OSE
 	bool "Support booting Enea OSE images"
+	depends on (ARM && (ARM64 || CPU_V7A || CPU_V7R) || SANDBOX || PPC || X86)
 	depends on CMD_BOOTM
 	help
 	  Support booting Enea OSE images via the bootm command.