projects
/
openwrt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
[kernel] fix usage of smp_call_function
[openwrt.git]
/
target
/
linux
/
avr32
/
patches
/
110-openwrt_flashmap.patch
1
--- a/arch/avr32/boards/atngw100/flash.c
2
+++ b/arch/avr32/boards/atngw100/flash.c
3
@@ -45,9 +45,14 @@ static struct mtd_partition flash_parts[
4
.mask_flags = MTD_WRITEABLE,
5
},
6
{
7
- .name = "root",
8
+ .name = "kernel",
9
.offset = 0x00020000,
10
- .size = 0x007d0000,
11
+ .size = 0x00100000,
12
+ },
13
+ {
14
+ .name = "rootfs",
15
+ .offset = 0x00120000,
16
+ .size = 0x006d0000,
17
},
18
{
19
.name = "env",
This page took
0.066474 seconds
and
5
git commands to generate.