From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott McNutt Date: Tue, 21 Jul 2009 14:02:43 -0400 Subject: [U-Boot] Rejected: PATCH Nios2 kernel bootstrap error due to missing processor data cache flush: fix In-Reply-To: <49DF39CD.9010202@imagos.it> References: <49DF39CD.9010202@imagos.it> Message-ID: <4A6602C3.2050007@psyent.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de See comments. > diff --git a/lib_nios2/bootm.c b/lib_nios2/bootm.c > index 53fd569..1e8034b 100644 > --- a/lib_nios2/bootm.c > +++ b/lib_nios2/bootm.c > @@ -2,6 +2,9 @@ > * (C) Copyright 2003, Psyent Corporation > * Scott McNutt > * > + * (C) Copyright 2009, Imagos sas > + * Renato Andreola > + * Claiming a copyright ... > + /* flushes data and instruction caches before calling the kernel */ > + flush_dcache (0,CONFIG_SYS_DCACHE_SIZE ); > + flush_icache (0,CONFIG_SYS_ICACHE_SIZE); ... for a two line bug fix? This is hardly a valid reason to claim copyright on the module. This practice will only discourage the contribution of original work to the project. Nobody wants to have their work hijacked in such a manner. Please resubmit. Regards, --Scott