From: Chanho Park Date: Wed, 5 Aug 2015 02:41:47 +0000 (+0900) Subject: artik5: configs: enable FASTBOOT_AUTO_REBOOT X-Git-Tag: submit/tizen/20160318.071304~82 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e33f21296a4647276c93a37953cc652f687c3d56;p=profile%2Fcommon%2Fplatform%2Fkernel%2Fu-boot-artik.git artik5: configs: enable FASTBOOT_AUTO_REBOOT To enter fastboot automatically during reboot, we'll check a inform4 register and it has FASTBOOT_AUTO_REBOOT_MODE. Change-Id: I8df0a89879f5845613fb16b99751999c7fab7b77 Signed-off-by: Chanho Park --- diff --git a/include/configs/artik10.h b/include/configs/artik10.h index bd3f3722c..c36ca7e16 100644 --- a/include/configs/artik10.h +++ b/include/configs/artik10.h @@ -130,6 +130,7 @@ #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)) @@ -277,6 +278,9 @@ #define CONFIG_FASTBOOT_CHUNK_SIZE 64 #endif +#define CONFIG_FASTBOOT_AUTO_REBOOT +#define CONFIG_FASTBOOT_AUTO_REBOOT_MODE 0x3 + /* MMC SPL */ #define CONFIG_SPL #define IROM_FNPTR_BASE 0x02020030