nios2: enlarge the code relocation range
authorThomas Chou <thomas@wytron.com.tw>
Fri, 4 Sep 2015 08:39:16 +0000 (16:39 +0800)
committerThomas Chou <thomas@wytron.com.tw>
Thu, 22 Oct 2015 23:28:38 +0000 (07:28 +0800)
commite900298ea4798cfb82cf89bdcf255f3614a5e1d8
treed3b4a97a6f6eab4525271de7854ab7479732dce9
parent4192b8c35851afd2ac0731b851711fc12ffe888d
nios2: enlarge the code relocation range

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 <thomas@wytron.com.tw>
arch/nios2/cpu/start.S