From mboxrd@z Thu Jan 1 00:00:00 1970 From: Graeme Russ Date: Sun, 10 Jul 2011 15:25:59 +1000 Subject: [U-Boot] [PATCH v2] scb9328: Add ARM relocation support In-Reply-To: <4E187567.5020804@synertronixx.de> References: <4E119EBE.7020102@synertronixx.de> <4E17FAC8.4020702@denx.de> <4E187567.5020804@synertronixx.de> Message-ID: <4E1937E7.4030608@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Torsten, On 10/07/11 01:36, Torsten Koschorrek wrote: > Stefano Babic wrote: >> On 07/04/2011 01:06 PM, Torsten Koschorrek wrote: >>> This patch fixes compiler errors due to missing definitions of >>> CONFIG_SYS_SDRAM_BASE and CONFIG_SYS_INIT_SP_ADDR. >>> It also does some cleanup: CONFIG_SYS_TEXT_BASE was moved to scb9328.h, >>> obsolete config.mk was removed. The scb9328 board has 1 DRAM bank, so don't >>> ask for more banks. CONFIG_NR_DRAM_BANKS will ever be 1. >>> >>> Signed-off-by: Torsten Koschorrek >>> --- >> >> Torsten, >> >> checkpatch reports a couple of errors and your patch seems corrupted. >> Have you used "git send-email" to post your patch ? > > I used git format-patch plus mozilla/iceape. Hmm, maybe I choose another > mailer for sending patches the next time... > use git send-email - trust me, this will save you a heap of pain :) Regards, Graeme