diff options
| author | Alex Kiernan <[email protected]> | 2018-05-29 15:30:47 +0000 |
|---|---|---|
| committer | Marek Vasut <[email protected]> | 2018-05-30 11:59:21 +0200 |
| commit | 1a28d38c398ede6e077af01bdab49cffa1bdf194 (patch) | |
| tree | 9105ce2fbdd019b2e82befeed59971efae6a84a9 /drivers | |
| parent | 8a65bd63720b813d8082a2c14bdde5ade4673d87 (diff) | |
fastboot: Extract common definitions from USB fastboot
Move FASTBOOT_VERSION to include/fastboot.h so when we merge the UDP code
we only have one definition.
Signed-off-by: Alex Kiernan <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
Acked-by: Joe Hershberger <[email protected]>
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/usb/gadget/f_fastboot.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/usb/gadget/f_fastboot.c b/drivers/usb/gadget/f_fastboot.c index 697eee57d00..25784a193eb 100644 --- a/drivers/usb/gadget/f_fastboot.c +++ b/drivers/usb/gadget/f_fastboot.c @@ -27,8 +27,6 @@ #include <fb_nand.h> #endif -#define FASTBOOT_VERSION "0.4" - #define FASTBOOT_INTERFACE_CLASS 0xff #define FASTBOOT_INTERFACE_SUB_CLASS 0x42 #define FASTBOOT_INTERFACE_PROTOCOL 0x03 |
