1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00

Add definitions for bcm96350vw, add back bcm63xx mtd driver, be careful when testing with 8MB devices

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13015 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian
2008-10-20 12:55:28 +00:00
parent 31aa2c05fb
commit 33ffd60e66
5 changed files with 120 additions and 2 deletions

View File

@@ -30,14 +30,14 @@
*
*/
#include <asm/io.h>
#include <linux/init.h>
#include <linux/kernel.h>
#include <linux/mtd/map.h>
#include <linux/mtd/mtd.h>
#include <linux/mtd/partitions.h>
#include <linux/vmalloc.h>
#include <board.h>
#include <asm/io.h>
#define WINDOW_ADDR 0x1FC00000 /* Real address of the flash */
#define WINDOW_SIZE 0x400000 /* Size of flash */