commit | eb81b1a4d3f996072e08b790018edd750210a8c1 | [log] [tgz] |
---|---|---|
author | Bin Meng <bmeng.cn@gmail.com> | Sun Sep 10 05:12:50 2017 -0700 |
committer | Tom Rini <trini@konsulko.com> | Sun Sep 10 12:27:32 2017 -0400 |
tree | 55ca7fbb9c0d4492315dab5f6914c5f7fb832c5d | |
parent | 4ccceefb7f0bbbcde849a1886dfb0c45cc2c746e [diff] |
blk: Use macros for block device vendor/product/rev string size So far these are using magic numbers. Replace them with macros. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>