Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | generic: fix relocate build with binutils 2.25.1 | Jonas Gorski | 2016-01-24 | 1 | -1/+2 |
| | | | | | | | | | | | | | | The new .abiflags section was kept, pushing the appended arguments to the wrong offset and causing it to read the section instead, making it fail on boot. Fix this by dropping this section as well as the other sections. Closes #21679. Signed-off-by: Jonas Gorski <jogo@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48474 3c298f89-4303-0410-b956-a3cf2f4a3e73 | ||||
* | generic: relocate: make the cacheline size configurable | Jonas Gorski | 2015-03-30 | 1 | -1/+3 |
| | | | | | | | | Different targets have different cache line sizes. Signed-off-by: Jonas Gorski <jogo@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45163 3c298f89-4303-0410-b956-a3cf2f4a3e73 | ||||
* | ramips: move relocating loader to common location | Jonas Gorski | 2015-03-30 | 5 | -0/+371 |
Allow other targets to use it, too. Signed-off-by: Jonas Gorski <jogo@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45162 3c298f89-4303-0410-b956-a3cf2f4a3e73 |