mirror of
https://github.com/linux-msm/bootrr.git
synced 2026-02-25 13:12:03 -08:00
boards: sdm845: Fixup test for prng
prng used KBUILD_MODNAME, thus apperas as msm_rng so fix the name in tests Signed-off-by: Vinod Koul <vkoul@kernel.org>
This commit is contained in:
committed by
Bjorn Andersson
parent
3f542a8323
commit
dce6ed227b
@@ -77,8 +77,8 @@ assert_device_present smp2p-slpi-device-probed qcom_smp2p *dsps*
|
||||
# QCrypto
|
||||
|
||||
# PRNG
|
||||
assert_driver_present msm-rng-driver-present msm-rng
|
||||
assert_device_present msm-rng-device-probed msm-rng 793000.*
|
||||
assert_driver_present msm-rng-driver-present msm_rng
|
||||
assert_device_present msm-rng-device-probed msm_rng 793000.*
|
||||
|
||||
# Coresight
|
||||
|
||||
|
||||
Reference in New Issue
Block a user