projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6c3fc69
)
Blackfin arch: fix end address for parallel flash and increase kernel partition size...
author
Mike Frysinger
<vapier.adi@gmail.com>
Thu, 9 Oct 2008 09:28:36 +0000
(17:28 +0800)
committer
Bryan Wu
<cooloney@kernel.org>
Thu, 9 Oct 2008 09:28:36 +0000
(17:28 +0800)
Signed-off-by: Mike Frysinger <vapier.adi@gmail.com>
Signed-off-by: Bryan Wu <cooloney@kernel.org>
arch/blackfin/mach-bf548/boards/ezkit.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/blackfin/mach-bf548/boards/ezkit.c
b/arch/blackfin/mach-bf548/boards/ezkit.c
index 7c08b9f1838a381e444c6447ab8e37ef88a72cfb..5288187a3acebfe2eec6cd3b384099b202e2b174 100644
(file)
--- a/
arch/blackfin/mach-bf548/boards/ezkit.c
+++ b/
arch/blackfin/mach-bf548/boards/ezkit.c
@@
-462,7
+462,7
@@
static struct mtd_partition ezkit_partitions[] = {
.offset = 0,
}, {
.name = "linux kernel(nor)",
- .size = 0x
1C
0000,
+ .size = 0x
40
0000,
.offset = MTDPART_OFS_APPEND,
}, {
.name = "file system(nor)",
@@
-479,7
+479,7
@@
static struct physmap_flash_data ezkit_flash_data = {
static struct resource ezkit_flash_resource = {
.start = 0x20000000,
- .end = 0x2
0
ffffff,
+ .end = 0x2
1
ffffff,
.flags = IORESOURCE_MEM,
};