diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-01-27 21:49:56 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-01-27 21:49:56 +0000 |
commit | c2ffdb04c4dbeac68495850314b01e5f53c69c53 (patch) | |
tree | f1d9a4d85a20913a4bddd2dfcbb2e820233c28d7 /target/linux/adm8668/image/lzma-loader/src | |
parent | af36ffaaebbd092d418cd6dbca49c7f0d544e9dd (diff) |
[adm8668] 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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25175 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/adm8668/image/lzma-loader/src')
-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 |