To enter fastboot automatically during reboot, we'll check a inform4
register and it has FASTBOOT_AUTO_REBOOT_MODE.
Change-Id: I623695ae8ff12f187f1b69f7732b24c8f03164b4
Signed-off-by: Chanho Park <chanho61.park@samsung.com>
#define INFORM1_OFFSET 0x804
#define INFORM2_OFFSET 0x808
#define INFORM3_OFFSET 0x80C
+#define INFORM4_OFFSET 0x810
/* Size of malloc() pool */
#define CONFIG_SYS_MALLOC_LEN (CONFIG_ENV_SIZE + (1 << 20))
#define CONFIG_FASTBOOT_CHUNK_SIZE 64
#endif
+#define CONFIG_FASTBOOT_AUTO_REBOOT
+#define CONFIG_FASTBOOT_AUTO_REBOOT_MODE 0x3
+
#ifdef CONFIG_EFI_PARTITION
#define CONFIG_PRI_GPT_SIZE (34 * 512)
#define CONFIG_SEC_GPT_SIZE (33 * 512)