Pin trout kernel to 5.10.160_r00

The latest release on the 5.10.x branch causes a boot failure with
trout. Reverting to 5.10.160_r00 allows the system to boot. A root cause
has not been determined, however trout development on 5.10 is
essentially frozen, so we're instead electing to pin the kernel at this
version so we can at least reproduce a working 5.10 configuration.

Change-Id: I33d2b1a6ed83ab49ee0f612322eb142fc0e76874
diff --git a/default.xml b/default.xml
index e4b79af..964d2cf 100644
--- a/default.xml
+++ b/default.xml
@@ -7,7 +7,7 @@
 
   <project path="build" name="kernel/build" />
   <project path="hikey-modules" name="kernel/hikey-modules" revision="android12-5.10" />
-  <project path="common" name="kernel/common" revision="android12-5.10" />
+  <project path="common" name="kernel/common" revision="refs/tags/android12-5.10.160_r00" />
   <project path="kernel/tests" name="kernel/tests" />
   <project path="kernel/configs" name="kernel/configs" />
   <project path="common-modules/virtual-device" name="kernel/common-modules/virtual-device" revision="trout-android12-5.10" />