ramips: move relocating loader to common location
authorJonas Gorski <jogo@openwrt.org>
Mon, 30 Mar 2015 20:20:08 +0000 (20:20 +0000)
committerJonas Gorski <jogo@openwrt.org>
Mon, 30 Mar 2015 20:20:08 +0000 (20:20 +0000)
commit5c7193d17b8444ca2c42ddea87b3707e035376f2
tree732391b371efd6179179f408afe06b5064203e6f
parent0d349dc5fe18ae68ee4a5e59373eb788b3f482e1
ramips: move relocating loader to common location

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
target/linux/generic/image/relocate/Makefile [new file with mode: 0644]
target/linux/generic/image/relocate/cacheops.h [new file with mode: 0644]
target/linux/generic/image/relocate/cp0regdef.h [new file with mode: 0644]
target/linux/generic/image/relocate/head.S [new file with mode: 0644]
target/linux/generic/image/relocate/loader.lds [new file with mode: 0644]
target/linux/ramips/image/Makefile
target/linux/ramips/image/relocate/Makefile [deleted file]
target/linux/ramips/image/relocate/cacheops.h [deleted file]
target/linux/ramips/image/relocate/cp0regdef.h [deleted file]
target/linux/ramips/image/relocate/head.S [deleted file]
target/linux/ramips/image/relocate/loader.lds [deleted file]