mirror of
https://xff.cz/git/u-boot/
synced 2025-09-29 22:41:17 +02:00
cmd/Kconfig: Add more dependencies to OSE bootm support
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>
This commit is contained in:
@@ -294,6 +294,7 @@ config BOOTM_OPENRTOS
|
|||||||
|
|
||||||
config BOOTM_OSE
|
config BOOTM_OSE
|
||||||
bool "Support booting Enea OSE images"
|
bool "Support booting Enea OSE images"
|
||||||
|
depends on (ARM && (ARM64 || CPU_V7A || CPU_V7R) || SANDBOX || PPC || X86)
|
||||||
depends on CMD_BOOTM
|
depends on CMD_BOOTM
|
||||||
help
|
help
|
||||||
Support booting Enea OSE images via the bootm command.
|
Support booting Enea OSE images via the bootm command.
|
||||||
|
Reference in New Issue
Block a user