soc: rockchip: reboot-mode: rename BOOT_LOADER to BOOT_BL_DOWNLOAD
[firefly-linux-kernel-4.4.55.git] / include / dt-bindings / soc / rockchip,boot-mode.h
index 816a83b085ad1e1d35baa6720547b7be5216d9a0..1dfc4f4fa759dedd143a3998f10ce30e4220f48e 100644 (file)
@@ -5,8 +5,8 @@
 #define REBOOT_FLAG            0x5242C300
 /* normal boot */
 #define BOOT_NORMAL            (REBOOT_FLAG + 0)
-/* enter loader rockusb mode */
-#define BOOT_LOADER            (REBOOT_FLAG + 1)
+/* enter bootloader rockusb mode */
+#define BOOT_BL_DOWNLOAD       (REBOOT_FLAG + 1)
 /* enter recovery */
 #define BOOT_RECOVERY          (REBOOT_FLAG + 3)
 /* enter fastboot mode */