aboutsummaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2023-10-01 19:15:24 -0600
committerTom Rini <trini@konsulko.com>2023-12-13 18:39:05 -0500
commit6b8f26bca4854ea6826d8d9f3b1f644e349c9b7e (patch)
treee12007c15e28e29590781963a088b2521767403a /configs
parentcde03fa23e2fa47707ef81b9a91b1f4b631adbb7 (diff)
downloadu-boot-6b8f26bca4854ea6826d8d9f3b1f644e349c9b7e.zip
u-boot-6b8f26bca4854ea6826d8d9f3b1f644e349c9b7e.tar.gz
u-boot-6b8f26bca4854ea6826d8d9f3b1f644e349c9b7e.tar.bz2
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_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/tools-only_defconfig b/configs/tools-only_defconfig
index fa1ff4a..b54d2ce 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