diff options
-rw-r--r-- | include/configs/meson64_android.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/configs/meson64_android.h b/include/configs/meson64_android.h index ce08346b70f..f9f2b264168 100644 --- a/include/configs/meson64_android.h +++ b/include/configs/meson64_android.h @@ -44,6 +44,10 @@ "bcb clear command; bcb store; " \ "setenv run_fastboot 1;" \ "fi; " \ + "if bcb test command = boot-fastboot; then " \ + "echo BCB: fastboot userspace boot...; " \ + "setenv force_recovery 1;" \ + "fi; " \ "else " \ "echo Warning: BCB is corrupted or does not exist; " \ "fi;" \ |