From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yoshihiro Shimoda Date: Wed, 19 Jan 2011 17:06:13 +0900 Subject: [U-Boot] [PATCH] sh: add support for sh7757lcr board In-Reply-To: <20110118093628.3D83C36C@gemini.denx.de> References: <4D33C15C.9030801@renesas.com> <20110117125040.GB13819@chimagu.nigauri.org> <4D3547B8.6020705@renesas.com> <20110118093628.3D83C36C@gemini.denx.de> Message-ID: <4D369B75.3040402@renesas.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Dear Wolfgang Denk, 2011/01/18 18:36, Wolfgang Denk wrote: > Dear Yoshihiro Shimoda, > > In message <4D3547B8.6020705@renesas.com> you wrote: >> >>> Is this nesseary? >> The "#sinclude" is not nessesary. I will remove it. >> However the "LDSCRIPT" is necessary on this board because >> the LSI needs the top of address when booting. > > Please ditch the whole config.mk file and define LDSCRIPT in your > board config file. Oh, I didn't know the "CONFIG_SYS_LDSCRIPT" option. I will ditch and modify the board config file. Best regards, Yoshihiro Shimoda