ramips: add code for relocating a kernel to the right place
authorFelix Fietkau <nbd@openwrt.org>
Sat, 17 Jan 2015 21:19:38 +0000 (21:19 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Sat, 17 Jan 2015 21:19:38 +0000 (21:19 +0000)
commitc973aed695c260f4cb01cb6a90ff299345651bf7
tree9d0ed8708e6a7f2c388d06b4825bd05e1896558f
parent78b5e5ceec15d382f767e096d876e85b5843afe9
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>
SVN-Revision: 44014
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]