Re: [U-Boot-Users] 16MB ram in at91sam9260ek

2008-05-15 Thread Alessandro Rubini
> I have another similar board but with the SDRAM as 16MB. I have > changed the CONFIG_LOAD_ADDR to 0x20f0 but still the mapfile > shows the text starting at 0x23f0. Can you tell me what are the > changes I need to make to change the starting location? The link address is specified in "co

[U-Boot-Users] 16MB ram in at91sam9260ek

2008-05-15 Thread Avinash Vijayvergia
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 0x23F0. This is what I expected as the include/configs/at91sam9260ek.h has #define CONFIG_LOAD_ADDR 0x23f0 . I ha