aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErik Gilling <konkers@android.com>2011-04-04 13:18:33 -0700
committerErik Gilling <konkers@android.com>2011-04-04 13:20:11 -0700
commit037c0196e5495e9c4312474e93ac9fd20ae80147 (patch)
treef679a0b56884658c713cb4128d9ef493f0356d2b
parent85542bf4e7dd5af51ba6153bdaa4bfbdf3158fc4 (diff)
downloadu-boot-pandroid-037c0196e5495e9c4312474e93ac9fd20ae80147.tar.gz
fastboot: change pandaboard name to reflect android target
"PANDA" -> "panda" Signed-off-by: Erik Gilling <konkers@android.com>
-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"