From 2f7c68cb55ecb7331f2381deb497c27155f32faf Mon Sep 17 00:00:00 2001
From: hc <hc@nodka.com>
Date: Wed, 03 Jan 2024 09:43:39 +0000
Subject: [PATCH] update kernel to 5.10.198

---
 kernel/include/dt-bindings/soc/rockchip,boot-mode.h |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/kernel/include/dt-bindings/soc/rockchip,boot-mode.h b/kernel/include/dt-bindings/soc/rockchip,boot-mode.h
index ec4e5dd..a0f63a0 100644
--- a/kernel/include/dt-bindings/soc/rockchip,boot-mode.h
+++ b/kernel/include/dt-bindings/soc/rockchip,boot-mode.h
@@ -22,5 +22,7 @@
 #define BOOT_UMS		(REBOOT_FLAG + 12)
 /* reboot system quiescent */
 #define BOOT_QUIESCENT		(REBOOT_FLAG + 14)
+/* reboot by panic and capture ramdump in uboot through usb */
+#define BOOT_WINUSB		(REBOOT_FLAG + 15)
 
 #endif

--
Gitblit v1.6.2