diff options
author | Simon Glass <sjg@chromium.org> | 2023-02-07 14:33:53 -0700 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2023-04-06 19:10:08 -0400 |
commit | a554ee7edee8e10b38c6899ad8556daf58ca3afe (patch) | |
tree | 193a646521cf659f333c5e1c11745116259b0477 /configs | |
parent | f3bb055ecb3f3fde701d22f4d245ad6b4cba06e6 (diff) | |
download | u-boot-a554ee7edee8e10b38c6899ad8556daf58ca3afe.zip u-boot-a554ee7edee8e10b38c6899ad8556daf58ca3afe.tar.gz u-boot-a554ee7edee8e10b38c6899ad8556daf58ca3afe.tar.bz2 |
cmd: Add 2048 game
Add the 2048 game, a good demo of ANSI sequences and a way to waste a
little time.
Bring it it from Barebox, modified for code style.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/sandbox_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/sandbox_defconfig b/configs/sandbox_defconfig index 3a1f14c..ca95b2c 100644 --- a/configs/sandbox_defconfig +++ b/configs/sandbox_defconfig @@ -340,3 +340,4 @@ CONFIG_TEST_FDTDEC=y CONFIG_UNIT_TEST=y CONFIG_UT_TIME=y CONFIG_UT_DM=y +CONFIG_CMD_2048=y |