diff options
author | Florian Fainelli <florian@openwrt.org> | 2011-01-27 21:49:56 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2011-01-27 21:49:56 +0000 |
commit | a5adea5c2a9450805ecf9433cb2784fc6c5a8279 (patch) | |
tree | abe7bd70d5be742a20c9aaca78bbd130fc97c114 /target/linux/adm8668/image | |
parent | 2689e63f5852ff7a3085cdfcc98bd7f9288a799f (diff) | |
download | upstream-a5adea5c2a9450805ecf9433cb2784fc6c5a8279.tar.gz upstream-a5adea5c2a9450805ecf9433cb2784fc6c5a8279.tar.bz2 upstream-a5adea5c2a9450805ecf9433cb2784fc6c5a8279.zip |
clean up mach-adm8668 includes
This patch cleans up the include directory, as they were from vendors
2.4 GPL source. Now only what's used is there.
Signed-off-by: Scott Nicholas <scott.nicholas@scottn.us>
SVN-Revision: 25175
Diffstat (limited to 'target/linux/adm8668/image')
-rw-r--r-- | target/linux/adm8668/image/lzma-loader/src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/adm8668/image/lzma-loader/src/Makefile b/target/linux/adm8668/image/lzma-loader/src/Makefile index c1be46ffdd..998e390810 100644 --- a/target/linux/adm8668/image/lzma-loader/src/Makefile +++ b/target/linux/adm8668/image/lzma-loader/src/Makefile @@ -5,7 +5,7 @@ # See /LICENSE for more information. # RAMSTART = 0x80000000 -RAMSIZE = 0x00800000 # 1MB +RAMSIZE = 0x00800000 # 8MB LOADADDR = 0x80400000 # RAM start + 4M KERNEL_ENTRY = 0x80002000 |