X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=target%2Fimage%2Fau1000%2FMakefile;h=0fb3cb2229a3db6f4f8568cbc55f728898f8afb8;hb=8b0bcee75e4e1300cdcb7dbf0f60989f84e31cd2;hp=3aaf665ca9bac5cca01ef421a52328f601ddec9e;hpb=a8de4fb9f24fea095e80a3fcd5c69bd6029e39d2;p=openwrt-10.03%2F.git diff --git a/target/image/au1000/Makefile b/target/image/au1000/Makefile index 3aaf665ca..0fb3cb222 100644 --- a/target/image/au1000/Makefile +++ b/target/image/au1000/Makefile @@ -1,28 +1,21 @@ +# +# Copyright (C) 2006 OpenWrt.org +# +# This is free software, licensed under the GNU General Public License v2. +# See /LICENSE for more information. +# include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/image.mk -LOADADDR = 0x8108c8f4 # RAM start + 16M -KERNEL_ENTRY = 0x80100000 # Default kernel entry in arch/mips/Makefile -RAMSIZE = 0x04000000 # 64MB - -LOADER_MAKEOPTS= \ - KDIR=$(KDIR) \ - LOADADDR=$(LOADADDR) \ - KERNEL_ENTRY=$(KERNEL_ENTRY) \ - RAMSIZE=$(RAMSIZE) - define Build/Clean - $(MAKE) -C ../generic/lzma-loader $(LOADER_MAKEOPTS) clean endef define Image/Prepare - cat $(KDIR)/vmlinux | $(STAGING_DIR)/bin/lzma e -si -so -eos -lc1 -lp2 -pb2 > $(KDIR)/vmlinux.lzma - $(MAKE) -C ../generic/lzma-loader $(LOADER_MAKEOPTS) compile endef define Image/Build - $(TARGET_CROSS)objcopy -O srec -I binary --adjust-vma 0xbe000000 $(KDIR)/root.$(1) $(KDIR)/root.srec - grep -v S7 $(KDIR)/root.srec > $(BIN_DIR)/openwrt-$(BOARD)-$(KERNEL)-$(1).img + $(TARGET_CROSS)objcopy -O srec -I binary --adjust-vma 0xbe000000 $(KDIR)/root.$(1) $(KDIR)/root.$(1).srec + grep -v S7 $(KDIR)/root.$(1).srec > $(BIN_DIR)/openwrt-$(BOARD)-$(KERNEL)-$(1).img grep -v S0 $(LINUX_DIR)/arch/mips/boot/compressed/images/zImage.flash.srec >> $(BIN_DIR)/openwrt-$(BOARD)-$(KERNEL)-$(1).img endef