From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Sun, 30 Oct 2011 19:33:50 +0100 Subject: [U-Boot] [PATCH V5 3/4] font: split font data from video_font.h In-Reply-To: <1319187862-31863-4-git-send-email-clchiou@chromium.org> References: <1319187862-31863-1-git-send-email-clchiou@chromium.org> <1319187862-31863-4-git-send-email-clchiou@chromium.org> Message-ID: <20111030193350.3c0ee033@wker> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi, On Fri, 21 Oct 2011 17:04:21 +0800 Che-Liang Chiou 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