[U-Boot] [PATCH] ARC: enable unit tests on development platforms
Eugeniy Paltsev
Eugeniy.Paltsev at synopsys.com
Fri Nov 8 15:31:09 UTC 2019
Enable unit tests on HSDK and AXS103 development platforms to
run it in verification flow.
Signed-off-by: Eugeniy Paltsev <Eugeniy.Paltsev at synopsys.com>
---
configs/axs103_defconfig | 2 ++
configs/hsdk_defconfig | 2 ++
2 files changed, 4 insertions(+)
diff --git a/configs/axs103_defconfig b/configs/axs103_defconfig
index 8255d9fa068..73a224fa145 100644
--- a/configs/axs103_defconfig
+++ b/configs/axs103_defconfig
@@ -59,3 +59,5 @@ CONFIG_USB_OHCI_HCD=y
CONFIG_USB_OHCI_GENERIC=y
CONFIG_USB_STORAGE=y
CONFIG_USE_PRIVATE_LIBGCC=y
+CONFIG_UNIT_TEST=y
+CONFIG_UT_TIME=y
diff --git a/configs/hsdk_defconfig b/configs/hsdk_defconfig
index e28ceae289c..c0b45513afd 100644
--- a/configs/hsdk_defconfig
+++ b/configs/hsdk_defconfig
@@ -63,3 +63,5 @@ CONFIG_USB_OHCI_GENERIC=y
CONFIG_USB_STORAGE=y
CONFIG_USE_PRIVATE_LIBGCC=y
CONFIG_PANIC_HANG=y
+CONFIG_UNIT_TEST=y
+CONFIG_UT_TIME=y
--
2.21.0
More information about the U-Boot
mailing list