diff options
Diffstat (limited to 'include/dfu.h')
-rw-r--r-- | include/dfu.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/dfu.h b/include/dfu.h index 6c71ecbe35..dcd3215d06 100644 --- a/include/dfu.h +++ b/include/dfu.h @@ -64,11 +64,6 @@ struct ram_internal_data { unsigned int size; }; -static inline unsigned int get_mmc_blk_size(int dev) -{ - return find_mmc_device(dev)->read_bl_len; -} - #define DFU_NAME_SIZE 32 #define DFU_CMD_BUF_SIZE 128 #ifndef CONFIG_SYS_DFU_DATA_BUF_SIZE |