
In message 004e01c5a3db$3840e6f0$212d4cdc@smkim you wrote:
This patch adds support for KVME080 board. KVME080 is a VME board with MPC8245 CPU.
It also patches drivers/cfi_flash.c.
Can you please split your patch into two?
Please see section "Submitting Patches" in the README which explicitely requires:
Changesets that contain different, unrelated modifications shall be submitted as SEPARATE patches, one patch per changeset.
And please cleanup your code before re-submitting:
* It violates the coding style requirements (trailing white space).
* Using globally visible preprocessor defines like FLASH_WRITE64 is not acceptable (you also forgot to document these, but that would help either), and defining such code in the board config file is the wrong way to implement it either. The board config file is - ummm, a _configuration_ file, but does not contain source code.
Also: please read the recent "U-Boot Developer's Information" posting; you are supposed to provide a "sign-off" line for all patches.
Rejected, sorry.
Best regards,
Wolfgang Denk