ramips: add code for relocating a kernel to the right place
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 17 Jan 2015 21:19:38 +0000 (21:19 +0000)
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 17 Jan 2015 21:19:38 +0000 (21:19 +0000)
commite8f83be2544e11fc1a92991fd18add3c38843851
tree9d0ed8708e6a7f2c388d06b4825bd05e1896558f
parent4852491cc5c970200184e6684063d3547ca89459
ramips: add code for relocating a kernel to the right place

(used if the boot loader wants a different loadaddr/entry)

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44014 3c298f89-4303-0410-b956-a3cf2f4a3e73
target/linux/ramips/image/relocate/Makefile [new file with mode: 0644]
target/linux/ramips/image/relocate/cacheops.h [new file with mode: 0644]
target/linux/ramips/image/relocate/cp0regdef.h [new file with mode: 0644]
target/linux/ramips/image/relocate/head.S [new file with mode: 0644]
target/linux/ramips/image/relocate/loader.lds [new file with mode: 0644]