public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot-Users] 16MB ram in at91sam9260ek
@ 2008-05-15 21:48 Avinash Vijayvergia
  2008-05-15 22:02 ` Alessandro Rubini
  0 siblings, 1 reply; 2+ messages in thread
From: Avinash Vijayvergia @ 2008-05-15 21:48 UTC (permalink / raw)
  To: u-boot

Hi Seniors

I have two questions:

	1. I have a at91sam9260ek eval board which has got 64MB SDRAM. My u-boot works fine and the map file shows me symbols starting from 0x23F00000. This is what I expected as the include/configs/at91sam9260ek.h has #define CONFIG_LOAD_ADDR 0x23f00000 . 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?
	2. In this board there are two dataflashes. One is dataflash card on SPI0 CS0, other is a chip dataflash on SPI0 CS1. When I try to work on dataflash card it still stores the u-boot environment variables on chip dataflash. I rather want it on df card on SPI0 CS0. What do I need to change?Thanks for reading it and helping me.

Regards
Avinash



      
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.denx.de/pipermail/u-boot/attachments/20080515/1e243c29/attachment.htm 

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [U-Boot-Users] 16MB ram in at91sam9260ek
  2008-05-15 21:48 [U-Boot-Users] 16MB ram in at91sam9260ek Avinash Vijayvergia
@ 2008-05-15 22:02 ` Alessandro Rubini
  0 siblings, 0 replies; 2+ messages in thread
From: Alessandro Rubini @ 2008-05-15 22:02 UTC (permalink / raw)
  To: u-boot


> 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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-05-15 22:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-15 21:48 [U-Boot-Users] 16MB ram in at91sam9260ek Avinash Vijayvergia
2008-05-15 22:02 ` Alessandro Rubini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox