hw18: implement card detect for sd card

id:447882
This commit is contained in:
Marcel Reichmuth 2023-10-02 14:25:11 +02:00 committed by Marcel Reichmuth
parent 53507a012e
commit af9096dd9a
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ KERNEL_VERSION_SANITY_SKIP="1"
LINUX_VERSION = "5.15" LINUX_VERSION = "5.15"
LINUX_VERSION_EXTENSION = "-netmodule" LINUX_VERSION_EXTENSION = "-netmodule"
SRCREV = "94c5f57703a26d1978adc0701d4813fee1d5a1dd" SRCREV = "1b82625ae5554b64ed701e87b3d6cf29494e7f1b"
PV = "${LINUX_VERSION}+git${SRCPV}" PV = "${LINUX_VERSION}+git${SRCPV}"