diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-11-16 03:11:17 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-11-16 03:11:17 +0000 |
commit | bf0dd24627877a7a5bc71a8408678cedbd78583c (patch) | |
tree | 44f981976a62a86972d9538d35ccac933c221664 /target/linux/brcm-2.4/image/lzma-loader | |
parent | e3ecefbd23d297ed659422db4b9a886dbfebbdca (diff) | |
download | mtk-20170518-bf0dd24627877a7a5bc71a8408678cedbd78583c.zip mtk-20170518-bf0dd24627877a7a5bc71a8408678cedbd78583c.tar.gz mtk-20170518-bf0dd24627877a7a5bc71a8408678cedbd78583c.tar.bz2 |
create broadcom initramfs images and move the lzma decompressor area a bit further
SVN-Revision: 9556
Diffstat (limited to 'target/linux/brcm-2.4/image/lzma-loader')
-rw-r--r-- | target/linux/brcm-2.4/image/lzma-loader/src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/brcm-2.4/image/lzma-loader/src/Makefile b/target/linux/brcm-2.4/image/lzma-loader/src/Makefile index 85a8646..3320e56 100644 --- a/target/linux/brcm-2.4/image/lzma-loader/src/Makefile +++ b/target/linux/brcm-2.4/image/lzma-loader/src/Makefile @@ -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 |