diff options
author | John Crispin <blogic@openwrt.org> | 2007-12-20 22:10:19 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2007-12-20 22:10:19 +0000 |
commit | e841e5a490266502a741742242a3925842049739 (patch) | |
tree | bb6e1adec6503a7d26e0acf9b0f343113ef90e51 /target/linux/au1000/image/Makefile | |
parent | 542cddde8bc8c8f3dfbd2dfa5db89235130b4068 (diff) | |
download | upstream-e841e5a490266502a741742242a3925842049739.tar.gz upstream-e841e5a490266502a741742242a3925842049739.tar.bz2 upstream-e841e5a490266502a741742242a3925842049739.zip |
make au1000 images 128k
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9810 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/au1000/image/Makefile')
-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 |