projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8ad0c66
)
cmd/Kconfig: Add more dependencies to OSE bootm support
author
Tom Rini
<trini@konsulko.com>
Thu, 5 Dec 2019 23:46:11 +0000
(18:46 -0500)
committer
Tom Rini
<trini@konsulko.com>
Wed, 8 Jan 2020 14:27:44 +0000
(09:27 -0500)
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
patch
|
blob
|
history
diff --git
a/cmd/Kconfig
b/cmd/Kconfig
index 4e29e7b3c5467dd66436e5d1191d1ce142193507..5f2562bbeade423f0a097402504be3bb5dcd98c4 100644
(file)
--- a/
cmd/Kconfig
+++ b/
cmd/Kconfig
@@
-294,6
+294,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.