samples: subsys: updatehub: remove PSA overlay and test case
Updatehub now only use PSA Crypto API for crypto support and it
automatically enables Mbed TLS when TF-M is not available in the build,
so there is no need for neither a specific test case for PSA nor
the overlay file.
Signed-off-by: Valerio Setti <vsetti@baylibre.com>
diff --git a/samples/subsys/mgmt/updatehub/overlay-psa.conf b/samples/subsys/mgmt/updatehub/overlay-psa.conf
deleted file mode 100644
index 8a70bec..0000000
--- a/samples/subsys/mgmt/updatehub/overlay-psa.conf
+++ /dev/null
@@ -1,2 +0,0 @@
-CONFIG_FLASH_AREA_CHECK_INTEGRITY_PSA=y
-CONFIG_PSA_CRYPTO=y
diff --git a/samples/subsys/mgmt/updatehub/sample.yaml b/samples/subsys/mgmt/updatehub/sample.yaml
index 161cdb4..7c4405c 100644
--- a/samples/subsys/mgmt/updatehub/sample.yaml
+++ b/samples/subsys/mgmt/updatehub/sample.yaml
@@ -19,13 +19,6 @@
- CONFIG_UPDATEHUB_POLL_INTERVAL=1
- CONFIG_UPDATEHUB_CE=y
- CONFIG_UPDATEHUB_SERVER="updatehub.io"
- sample.net.updatehub.psa:
- extra_args: EXTRA_CONF_FILE="overlay-psa.conf"
- extra_configs:
- - CONFIG_UPDATEHUB_PRODUCT_UID="e4d37cfe6ec48a2d069cc0bbb8b078677e9a0d8df3a027c4d8ea131130c4265f"
- - CONFIG_UPDATEHUB_POLL_INTERVAL=1
- - CONFIG_UPDATEHUB_CE=y
- - CONFIG_UPDATEHUB_SERVER="updatehub.io"
sample.net.updatehub.userspace:
extra_configs:
- CONFIG_UPDATEHUB_PRODUCT_UID="e4d37cfe6ec48a2d069cc0bbb8b078677e9a0d8df3a027c4d8ea131130c4265f"