commit | e900298ea4798cfb82cf89bdcf255f3614a5e1d8 | [log] [tgz] |
---|---|---|
author | Thomas Chou <thomas@wytron.com.tw> | Fri Sep 04 16:39:16 2015 +0800 |
committer | Thomas Chou <thomas@wytron.com.tw> | Fri Oct 23 07:28:38 2015 +0800 |
tree | d3b4a97a6f6eab4525271de7854ab7479732dce9 | |
parent | 4192b8c35851afd2ac0731b851711fc12ffe888d [diff] |
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>