diff options
author | John Crispin <john@openwrt.org> | 2007-12-20 22:10:19 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2007-12-20 22:10:19 +0000 |
commit | 82c3f8cffde5f38c90a8b08a2828d7f9ba8a1f32 (patch) | |
tree | 1058f191686d4f1ecf5e87bf014699bdf4abe4db | |
parent | e0a4e2a40908d211e6edad2b734a9263f4a0592c (diff) | |
download | upstream-82c3f8cffde5f38c90a8b08a2828d7f9ba8a1f32.tar.gz upstream-82c3f8cffde5f38c90a8b08a2828d7f9ba8a1f32.tar.bz2 upstream-82c3f8cffde5f38c90a8b08a2828d7f9ba8a1f32.zip |
make au1000 images 128k
SVN-Revision: 9810
-rw-r--r-- | target/linux/au1000/image/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/au1000/image/Makefile b/target/linux/au1000/image/Makefile index 3cdd83e589..062d613144 100644 --- a/target/linux/au1000/image/Makefile +++ b/target/linux/au1000/image/Makefile @@ -11,6 +11,8 @@ LOADADDR = 0x81000000 # RAM start + 16M KERNEL_ENTRY = 0x80100000 RAMSIZE = 0x00100000 # 1MB +JFFS2_BLOCKSIZE = 128k + FLASH_KERNEL := 0xBFD00000 FLASH_FS := 0xBE000000 |