Re: [U-Boot] [PATCH v4 4/7] nios2: enlarge the code relocation range

2015-09-06 Thread Thomas Chou
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 Cho

[U-Boot] [PATCH v4 4/7] nios2: enlarge the code relocation range

2015-09-06 Thread Thomas Chou
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 fil