forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-10 ee930fffee469d076998274a2ca55e13dc1efb67
u-boot/arch/arm/include/asm/arch-rockchip/boot_mode.h
....@@ -23,6 +23,8 @@
2323 #define BOOT_UMS (REBOOT_FLAG + 12)
2424 /* enter dfu download mode */
2525 #define BOOT_DFU (REBOOT_FLAG + 13)
26
+/* reboot system quiescent */
27
+#define BOOT_QUIESCENT (REBOOT_FLAG + 14)
2628 /* enter bootrom download mode */
2729 #define BOOT_BROM_DOWNLOAD 0xEF08A53C
2830