From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Chou Date: Sun, 6 Sep 2015 21:12:44 +0800 Subject: [U-Boot] [PATCH v2 4/8] nios2: enlarge the code relocation range In-Reply-To: <201509061429.51987.marex@denx.de> References: <1441336526-23505-1-git-send-email-thomas@wytron.com.tw> <201509051450.47060.marex@denx.de> <55EC2348.7040409@wytron.com.tw> <201509061429.51987.marex@denx.de> Message-ID: <55EC3BCC.2080900@wytron.com.tw> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Marek, On 09/06/2015 08:29 PM, Marek Vasut wrote: > We already do it on ARM though and the reason for this is to place U-Boot > at the end of the DRAM, so that most of the DRAM can be used by the user. We place U-Boot at the end of the DRAM on nios2, too. :) I will look into the relocation on nios2 next time. But for now, I would suggest that we skip this and move on to driver model. > In fact, I am loading U-Boot with GDB thus far, so I am only copying it > once ;-) Where is the second copying coming from ? That was true for gdb. But when you need to try out u-boot-dtb.bin on EPCS/sf, it will be another story.. Best regards, Thomas Chou