Просмотр исходного кода

ramips: move relocating loader to common location

Allow other targets to use it, too.

Signed-off-by: Jonas Gorski <[email protected]>

SVN-Revision: 45162
Jonas Gorski 10 лет назад
Родитель
Сommit
703c41cf01

+ 0 - 0
target/linux/ramips/image/relocate/Makefile → target/linux/generic/image/relocate/Makefile


+ 0 - 0
target/linux/ramips/image/relocate/cacheops.h → target/linux/generic/image/relocate/cacheops.h


+ 0 - 0
target/linux/ramips/image/relocate/cp0regdef.h → target/linux/generic/image/relocate/cp0regdef.h


+ 0 - 0
target/linux/ramips/image/relocate/head.S → target/linux/generic/image/relocate/head.S


+ 0 - 0
target/linux/ramips/image/relocate/loader.lds → target/linux/generic/image/relocate/loader.lds


+ 1 - 1
target/linux/ramips/image/Makefile

@@ -981,7 +981,7 @@ endif
 ifeq ($(SUBTARGET),mt7621)
 define Build/Compile
 	rm -rf $(KDIR)/relocate
-	$(CP) ./relocate $(KDIR)
+	$(CP) ../../generic/image/relocate $(KDIR)
 	$(MAKE) -C $(KDIR)/relocate KERNEL_ADDR=$(KERNEL_LOADADDR) CROSS_COMPILE=$(TARGET_CROSS)
 endef
 endif