
On Monday 19 December 2011 00:57:27 Wolfgang Denk wrote:
Dear Pali =?ISO-8859-1?Q?Roh=E1r?=,
In message 1778406.ezGto4lKnu@pali-elitebook you wrote:
I'm sending third version of rx51 patches for u-boot. All patches was checked by checkpatch.pl and no error or warning was appeared. Last 2 patches (0014 and 0015) adding ANSI terminal bootmenu support for rx51 and can be reviewed separatly (patches 0001-0013 adding nokia rx51 board support and working without that last two).
It seems you did not bother to read http://www.denx.de/wiki/view/U-Boot/Patches#Sending_updated_patch_versions
I do not have the time to try to find out what you might have changed compared top your previous submission, and others are in the same situation.
Why did you not provide any change logs?
Best regards,
Wolfgang Denk
Here is changelog v2:v3
* fixed all problems detected by checkpatch.pl * wrapped long commit messages * in arch/arm/lib/bootm.c added local define CONFIG_SETUP_ANY_TAG * Patch "cfb_console.c: Add function console_swap_colors" squashed into "cfb_console.c: Add support for ANSI terminal" * renamed command clr to clear; use puts instead printf; move cursor to pos1,1 * removed check #ifdef CONFIG_PREMONITOR in main.c * rx51 board code: removed Makefile targets: clean and distclean * ansi bootmenu command: use puts instead printf