sandbox: Add a dummy booti command
Add basic sandbox support for 'booti' so we can start to boot the test ARMbian image. This is helpful in checking that it is parsed correctly. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
@@ -285,7 +285,7 @@ config CMD_BOOTZ
|
||||
|
||||
config CMD_BOOTI
|
||||
bool "booti"
|
||||
depends on ARM64 || RISCV
|
||||
depends on ARM64 || RISCV || SANDBOX
|
||||
default y
|
||||
help
|
||||
Boot an AArch64 Linux Kernel image from memory.
|
||||
|
||||
Reference in New Issue
Block a user