From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marc Singer Date: Fri, 15 Aug 2003 09:36:38 -0700 Subject: [U-Boot-Users] Patches In-Reply-To: <1060963480.26299.67.camel@doris> References: <1060950108.26299.50.camel@doris> <20030815151937.GC8421@buici.com> <1060961126.26299.55.camel@doris> <20030815155043.GA14764@buici.com> <1060963480.26299.67.camel@doris> Message-ID: <20030815163638.GA19325@buici.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de > For sure I could hard-code each mach nbr in my board dependent code at > compile time. But this would mean more release management on my behalf. > With the arch env its just a factory setting to be made. I can see what you mean. BTW, 'arm-arch' or 'arm-arch-number' is probably a better name for the variable than 'arch'. > I will submit a patch for the ebsa285 eval board later on. Excellent. > Whats your preference: patch system at sourceforge or mailing list? Read the ./README section called "Submitting Patches". Cheers.