summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--common/image-android.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/image-android.c b/common/image-android.c
index 35a91fbf2d..27e8659a39 100644
--- a/common/image-android.c
+++ b/common/image-android.c
@@ -213,7 +213,7 @@ int android_image_get_kernel(const struct andr_img_hdr *hdr, int verify,
}
}
- printf("Kernel command line: %s\n", commandline);
+ debug("Kernel command line: %s\n", commandline);
env_set("bootargs", commandline);
if (os_data) {