meta-raspberrypi: subtree update:34dab90dfc..0381ac4d08

Timm Eversmeyer (1):
      raspberrypi-linux: removed protocoll setting from SRC_URI

Change-Id: I9437bcd65234486bd934af123aa483d5a3dac260
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
diff --git a/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi_4.19.inc b/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi_4.19.inc
index eabcdab..d6c1223 100644
--- a/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi_4.19.inc
+++ b/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi_4.19.inc
@@ -1,7 +1,7 @@
 FILESEXTRAPATHS_prepend := "${THISDIR}/linux-raspberrypi:"
 
 SRC_URI = " \
-    git://github.com/raspberrypi/linux.git;protocol=git;branch=${LINUX_RPI_BRANCH} \
+    git://github.com/raspberrypi/linux.git;branch=${LINUX_RPI_BRANCH} \
     "
 SRC_URI_append_raspberrypi4-64 = " file://rpi4-64-kernel-misc.cfg"