create broadcom initramfs images and move the lzma decompressor area a bit further

SVN-Revision: 9556
This commit is contained in:
Felix Fietkau 2007-11-16 03:11:17 +00:00
parent e3ecefbd23
commit bf0dd24627
2 changed files with 5 additions and 1 deletions

View file

@ -78,6 +78,10 @@ define Image/Build/squashfs
$(call Image/Build/jffs2-128k,$(1))
endef
define Image/Build/Initramfs
$(STAGING_DIR_HOST)/bin/trx -o $(BIN_DIR)/openwrt-$(BOARD)-initramfs.trx -f $(KDIR)/loader.gz -f $(KDIR)/vmlinux.lzma
endef
define Image/Build
$(STAGING_DIR_HOST)/bin/trx -o $(BIN_DIR)/openwrt-$(BOARD)-$(1).trx -f $(KDIR)/loader.gz -f $(KDIR)/vmlinux.lzma $(call trxalign/$(1),$(1))
$(call Image/Build/$(1),$(1))

View file

@ -18,7 +18,7 @@
#
TEXT_START := 0x80001000
BZ_TEXT_START := 0x80300000
BZ_TEXT_START := 0x80400000
OBJCOPY := $(CROSS_COMPILE)objcopy -O binary -R .reginfo -R .note -R .comment -R .mdebug -S