projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Added GPIO driver
[openwrt.git]
/
target
/
linux
/
rdc-2.6
/
patches
/
001-rdc3210_flash_map.patch
diff --git
a/target/linux/rdc-2.6/patches/001-rdc3210_flash_map.patch
b/target/linux/rdc-2.6/patches/001-rdc3210_flash_map.patch
index
a3d2ac6
..
6b4b2af
100644
(file)
--- a/
target/linux/rdc-2.6/patches/001-rdc3210_flash_map.patch
+++ b/
target/linux/rdc-2.6/patches/001-rdc3210_flash_map.patch
@@
-74,7
+74,7
@@
diff -urN linux-2.6.17/drivers/mtd/maps/rdc3210.c linux-2.6.17.new/drivers/mtd/m
+#include <linux/mtd/mtd.h>
+#include <linux/mtd/map.h>
+#include <linux/mtd/partitions.h>
-+#include <linux/
config
.h>
++#include <linux/
autoconf
.h>
+
+#define WINDOW_ADDR 0xFFC00000
+#define WINDOW_SIZE 0x00400000
This page took
0.021343 seconds
and
4
git commands to generate.