MLK-18577-2 Kconfig: Introduce CONFIG_XEN
Introduce CONFIG_XEN to make U-Boot could be used as bootloader for a virtual machine. Without bootloader, we could successfully boot up android on XEN, but we need need bootloader to support A/B, dm verify and etc. Signed-off-by: Peng Fan <peng.fan@nxp.com>
This commit is contained in:
parent
639d7ab25c
commit
612b2627de
7
Kconfig
7
Kconfig
|
|
@ -59,6 +59,13 @@ config CC_OPTIMIZE_FOR_SIZE
|
||||||
|
|
||||||
This option is enabled by default for U-Boot.
|
This option is enabled by default for U-Boot.
|
||||||
|
|
||||||
|
config XEN
|
||||||
|
bool "Select U-Boot be run as a bootloader for XEN Virtual Machine"
|
||||||
|
default n
|
||||||
|
help
|
||||||
|
Enabling this option will make U-Boot be run as a bootloader
|
||||||
|
for XEN Virtual Machine.
|
||||||
|
|
||||||
config DISTRO_DEFAULTS
|
config DISTRO_DEFAULTS
|
||||||
bool "Select defaults suitable for booting general purpose Linux distributions"
|
bool "Select defaults suitable for booting general purpose Linux distributions"
|
||||||
default y if ARCH_SUNXI || TEGRA
|
default y if ARCH_SUNXI || TEGRA
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue