Commit 612b2627de010db79e3dd79e912d0c6481e2ef01

Authored by Peng Fan
Committed by Ye Li
1 parent 639d7ab25c

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>

Showing 1 changed file with 7 additions and 0 deletions Side-by-side Diff

... ... @@ -59,6 +59,13 @@
59 59  
60 60 This option is enabled by default for U-Boot.
61 61  
  62 +config XEN
  63 + bool "Select U-Boot be run as a bootloader for XEN Virtual Machine"
  64 + default n
  65 + help
  66 + Enabling this option will make U-Boot be run as a bootloader
  67 + for XEN Virtual Machine.
  68 +
62 69 config DISTRO_DEFAULTS
63 70 bool "Select defaults suitable for booting general purpose Linux distributions"
64 71 default y if ARCH_SUNXI || TEGRA