From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Chou Date: Mon, 7 Sep 2015 08:22:52 +0800 Subject: [U-Boot] [PATCH v2 4/8] nios2: enlarge the code relocation range In-Reply-To: <201509061723.52036.marex@denx.de> References: <1441336526-23505-1-git-send-email-thomas@wytron.com.tw> <201509061518.30258.marex@denx.de> <55EC4460.30504@wytron.com.tw> <201509061723.52036.marex@denx.de> Message-ID: <55ECD8DC.9090305@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 11:23 PM, Marek Vasut wrote: > Uh oh, is this copying something the U-Boot SPL cannot do for us ? Though U-Boot SPL can do, it will need 64KB onchip memory. While the EPCS controller needs only 512B onchip memory. So we didn't ever consider SPL for nios2. Best regards, Thomas Chou