diff options
author | Simon Glass | 2023-10-01 19:15:24 -0600 |
---|---|---|
committer | Tom Rini | 2023-12-13 18:39:05 -0500 |
commit | 6b8f26bca4854ea6826d8d9f3b1f644e349c9b7e (patch) | |
tree | e12007c15e28e29590781963a088b2521767403a /configs | |
parent | cde03fa23e2fa47707ef81b9a91b1f4b631adbb7 (diff) |
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>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/tools-only_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/tools-only_defconfig b/configs/tools-only_defconfig index fa1ff4a73f2..b54d2cefa10 100644 --- a/configs/tools-only_defconfig +++ b/configs/tools-only_defconfig @@ -16,6 +16,7 @@ CONFIG_USE_BOOTCOMMAND=y CONFIG_BOOTCOMMAND="run distro_bootcmd" # CONFIG_CMD_BOOTD is not set # CONFIG_CMD_BOOTM is not set +# CONFIG_CMD_BOOTI is not set # CONFIG_CMD_ELF is not set # CONFIG_CMD_EXTENSION is not set # CONFIG_CMD_DATE is not set |