diff options
| author | Simon Glass <[email protected]> | 2023-07-30 11:17:02 -0600 |
|---|---|---|
| committer | Simon Glass <[email protected]> | 2023-08-11 07:33:40 -0600 |
| commit | daffb0be2c839f3abe431cd68c772fae0e7e49ca (patch) | |
| tree | e351ce439869f04cb35adad5fa0bd8854807c059 /boot/Kconfig | |
| parent | c279224ea6686a992b258b01e07fcadb7f0c7ecb (diff) | |
bootstd: cros: Add ARM support
Support booting ChromiumOS on ARM devices using FIT. Add an entry into the
boot implementation which does not require a command line. This can be
expanded over time as the bootm code is refactored.
Signed-off-by: Simon Glass <[email protected]>
Diffstat (limited to 'boot/Kconfig')
| -rw-r--r-- | boot/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/boot/Kconfig b/boot/Kconfig index b00d7a8d11e..5e2d4286aea 100644 --- a/boot/Kconfig +++ b/boot/Kconfig @@ -464,8 +464,8 @@ config BOOTMETH_GLOBAL config BOOTMETH_CROS bool "Bootdev support for Chromium OS" - depends on X86 || SANDBOX - default y + depends on X86 || ARM || SANDBOX + default y if !ARM help Enables support for booting Chromium OS using bootdevs. This uses the kernel A slot and obtains the kernel command line from the parameters |
