From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alessandro Rubini Date: Fri, 16 May 2008 00:02:20 +0200 Subject: [U-Boot-Users] 16MB ram in at91sam9260ek In-Reply-To: <264785.21429.qm@web39506.mail.mud.yahoo.com> References: <264785.21429.qm@web39506.mail.mud.yahoo.com> Message-ID: <20080515220220.GA14617@mail.gnudd.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de > I have another similar board but with the SDRAM as 16MB. I have > changed the CONFIG_LOAD_ADDR to 0x20f00000 but still the mapfile > shows the text starting at 0x23f00000. Can you tell me what are the > changes I need to make to change the starting location? The link address is specified in "config.mk" in the board directory. The macro you changed is only for C code, it doesn't affect the linker command line. Hope this helps /alessandro