summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorSam Protsenko <joe.skb7@gmail.com>2020-01-24 18:53:45 +0300
committerLokesh Vutla <lokeshvutla@ti.com>2020-02-04 06:37:24 +0300
commit01e9ee0b267f15a1e4f10607281741f6d3c79210 (patch)
treeed4c75d65404dfba1f485948f8b34d8335d20d21 /configs
parent586a1bf5b231ed8ee30f4f589940b0424526334f (diff)
downloadu-boot-01e9ee0b267f15a1e4f10607281741f6d3c79210.tar.xz
test/py: android: Add test for abootimg
Unit test for 'abootimg' command. Right now it covers dtb/dtbo functionality in Android Boot Image v2, which was added recently. Running test: $ ./test/py/test.py --bd sandbox --build -k test_abootimg shows that 1/1 tests passes successfully. Signed-off-by: Sam Protsenko <joe.skb7@gmail.com> Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
Diffstat (limited to 'configs')
-rw-r--r--configs/sandbox_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/sandbox_defconfig b/configs/sandbox_defconfig
index fc018bdd2c..790dcb0592 100644
--- a/configs/sandbox_defconfig
+++ b/configs/sandbox_defconfig
@@ -25,6 +25,7 @@ CONFIG_ANDROID_AB=y
CONFIG_CMD_CPU=y
CONFIG_CMD_LICENSE=y
CONFIG_CMD_BOOTZ=y
+CONFIG_CMD_ABOOTIMG=y
# CONFIG_CMD_ELF is not set
CONFIG_CMD_ASKENV=y
CONFIG_CMD_GREPENV=y