projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
ar71xx: fix image generation
[openwrt.git]
/
target
/
linux
/
adm8668
/
image
/
lzma-loader
/
src
/
Makefile
diff --git
a/target/linux/adm8668/image/lzma-loader/src/Makefile
b/target/linux/adm8668/image/lzma-loader/src/Makefile
index
c1be46f
..
998e390
100644
(file)
--- 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 #
1
MB
+RAMSIZE = 0x00800000 #
8
MB
LOADADDR = 0x80400000 # RAM start + 4M
KERNEL_ENTRY = 0x80002000
This page took
0.023632 seconds
and
4
git commands to generate.