Merge changes Ibf491d1c,I1a8db6fa,I8b47c486,I69911ec1
* changes:
Update AWS C++ SDK to 1.10.34
Debug Check added to catch RenameLogBase crash
Add IsDisabled() to shm and simulated timers
Add CHECK for remote timestamp channel frequencies
diff --git a/frc971/rockpi/build_rootfs.sh b/frc971/rockpi/build_rootfs.sh
index b6c8338..a9ee64c 100755
--- a/frc971/rockpi/build_rootfs.sh
+++ b/frc971/rockpi/build_rootfs.sh
@@ -46,7 +46,7 @@
# Now, build uboot.
if [[ ! -e u-boot ]]; then
- git clone -b "${UBOOT_VERSION} https://github.com/u-boot/u-boot" --depth=1
+ git clone -b "${UBOOT_VERSION}" https://github.com/u-boot/u-boot --depth=1
fi
pushd u-boot/