[U-Boot] [PATCH V5 3/4] font: split font data from video_font.h
Anatolij Gustschin
agust at denx.de
Sun Oct 30 19:33:50 CET 2011
Hi,
On Fri, 21 Oct 2011 17:04:21 +0800
Che-Liang Chiou <clchiou at chromium.org> wrote:
...
> include/video_font.h | 4614 +--------------------------------------
> include/video_font_data.h | 4639 +++++++++++++++++++++++++++++++++++++++
> 7 files changed, 4647 insertions(+), 4614 deletions(-)
> create mode 100644 include/video_font_data.h
Please next time additionally use '-C' Option for 'git format-patch ...'
when generating patches with code movement. It will produce
smaller patches, e.g.:
...
include/video_font.h | 4614 +--------------------------
include/{video_font.h => video_font_data.h} | 9 +-
7 files changed, 10 insertions(+), 4621 deletions(-)
copy include/{video_font.h => video_font_data.h} (99%)
But you do not have to resubmit this patch, I think.
Thanks,
Anatolij
More information about the U-Boot
mailing list