summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Dechesne <nicolas.dechesne@linaro.org>2015-05-05 22:11:30 +0100
committerNicolas Dechesne <nicolas.dechesne@linaro.org>2015-12-21 16:58:37 +0100
commitb2925f37ed0b1ce85eb0ff82a1abe714ce92093f (patch)
treef7fc8c91071d04bbd8215d7bb44c45a3966ea13d
parent24dcedf7f252a51cbb3a68e5021ab62023cc343f (diff)
aboot: force boot into fastbootrelease/LA.BR.1.1.2-02210-8x16.0+rescue
For the rescue tool, we want to force boot into fastboot. We do not want to read look for a valid boot image at all. Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
-rw-r--r--app/aboot/aboot.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/app/aboot/aboot.c b/app/aboot/aboot.c
index 7661680c..d26ac816 100644
--- a/app/aboot/aboot.c
+++ b/app/aboot/aboot.c
@@ -2640,7 +2640,9 @@ void aboot_fastboot_register_commands(void)
void aboot_init(const struct app_descriptor *app)
{
unsigned reboot_mode = 0;
- bool boot_into_fastboot = false;
+ bool boot_into_fastboot = true;
+
+ dprintf(INFO,"Rescue image for DragonBoard 410c, boot into fastboot mode only\n");
/* Setup page size information for nv storage */
if (target_is_emmc_boot())