From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Chou Date: Mon, 7 Sep 2015 10:26:22 +0800 Subject: [U-Boot] [PATCH v4 4/7] nios2: enlarge the code relocation range In-Reply-To: <1441587806-23115-5-git-send-email-thomas@wytron.com.tw> References: <1441336526-23505-1-git-send-email-thomas@wytron.com.tw> <1441587806-23115-1-git-send-email-thomas@wytron.com.tw> <1441587806-23115-5-git-send-email-thomas@wytron.com.tw> Message-ID: <55ECF5CE.2080201@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 On 09/07/2015 09:03 AM, Thomas Chou wrote: > As we will use u-boot-dtb.bin, the code relocation range > should be adjusted to accommodate the additional dtb. > It might be overkilled to look into dtb header to find the > dtb size, so we will simply use CONFIG_SYS_MONITOR_LEN. > > Signed-off-by: Thomas Chou > --- > arch/nios2/cpu/start.S | 5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-) > Applied to u-boot-nios.