]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - common/command.c
usb: kbd: On a "usb reset" call usb_kbd_deregister() before calling usb_stop()
[karo-tx-uboot.git] / common / command.c
index 26c37f2b9d931373b59a9e59cacaa0b83829a1fa..746b7e3f0e7da5c052b3de45e28569e4e7dad523 100644 (file)
@@ -421,6 +421,10 @@ int cmd_get_data_size(char* arg, int default_size)
                        return 2;
                case 'l':
                        return 4;
+#ifdef CONFIG_SYS_SUPPORT_64BIT_DATA
+               case 'q':
+                       return 8;
+#endif
                case 's':
                        return -2;
                default: