[U-Boot-Users] [Patch] KVME080 Support

Wolfgang Denk wd at denx.de
Thu Aug 18 22:41:52 CEST 2005


In message <004e01c5a3db$3840e6f0$212d4cdc at 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

-- 
Software Engineering:  Embedded and Realtime Systems,  Embedded Linux
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
One friend in a lifetime is much; two  are  many;  three  are  hardly
possible. Friendship needs a certain parallelism of life, a community
of thought, a rivalry of aim.                     - Henry Brook Adams




More information about the U-Boot mailing list