Re: [U-Boot] Can anyone help me to solve the stack problem of U-boot? Urgent~

2012-04-26 Thread
ssage- From: Macpaul Lin [mailto:macp...@gmail.com] Sent: Thursday, April 26, 2012 12:24 PM To: Wolfgang Denk Cc: 吳志峰; u-boot@lists.denx.de Subject: Re: [U-Boot] Can anyone help me to solve the stack problem of U-boot? Urgent~ Hi Civic Wu, > Please see the README (section "U-Boot

[U-Boot] Can anyone help me to solve the stack problem of U-boot? Urgent~

2012-04-25 Thread
Dear all: I had a ARM platform which call DVTEST. While booting, the platform (ROM code) will copy image from SD card to SDRAM base address (0x0). So my TEXT_BASE address should be start from 0x. But I found all the ARM platforms in U-boot didn’t start from their SDRAM base address.