aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--drivers/fastboot.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/fastboot.c b/drivers/fastboot.c
index 5eeedb2f..0e36b4ab 100644
--- a/drivers/fastboot.c
+++ b/drivers/fastboot.c
@@ -1278,7 +1278,7 @@ int fastboot_init(struct cmd_fastboot_interface *interface)
else
device_strings[DEVICE_STRING_PRODUCT_INDEX] = "Blaze";
#elif defined(CONFIG_4430PANDA)
- device_strings[DEVICE_STRING_PRODUCT_INDEX] = "PANDA";
+ device_strings[DEVICE_STRING_PRODUCT_INDEX] = "panda";
#else
/* Default, An error message to prompt user */
#error "Need a product name for fastboot"