Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 118943
b: refs/heads/master
c: 8959dab
h: refs/heads/master
i:
  118941: 30a8d86
  118939: bb218a4
  118935: 0b06d48
  118927: c894d0e
  118911: ab1561f
v: v3
  • Loading branch information
Russell King authored and Russell King committed Nov 13, 2008
1 parent 825d6e2 commit 2c995d5
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 20 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d9a682a592ff5905d328c648fd30ee7fa12ce8ab
refs/heads/master: 8959dabdf2f8f9ce982a2c4cfe6d1652a2fb6320
18 changes: 0 additions & 18 deletions trunk/arch/arm/mach-clps711x/include/mach/hardware.h
Original file line number Diff line number Diff line change
Expand Up @@ -94,16 +94,6 @@
#include <asm/hardware/ep7212.h>
#include <asm/hardware/cs89712.h>

/* dynamic ioremap() areas */
#define SRAM_START 0x60000000
#define SRAM_SIZE 0xc000
#define SRAM_WIDTH 4

#define BOOTROM_START 0x70000000
#define BOOTROM_SIZE 0x80
#define BOOTROM_WIDTH 4


/* static cdb89712_map_io() areas */
#define REGISTER_START 0x80000000
#define REGISTER_SIZE 0x4000
Expand Down Expand Up @@ -194,14 +184,6 @@
#define CEIVA_FLASH_SIZE 0x100000
#define CEIVA_FLASH_WIDTH 2

#define SRAM_START 0x60000000
#define SRAM_SIZE 0xc000
#define SRAM_WIDTH 4

#define BOOTROM_START 0x70000000
#define BOOTROM_SIZE 0x80
#define BOOTROM_WIDTH 4

/*
* SED1355 LCD controller
*/
Expand Down
11 changes: 10 additions & 1 deletion trunk/drivers/mtd/maps/cdb89712.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,20 @@
#include <linux/mtd/map.h>
#include <linux/mtd/partitions.h>


/* dynamic ioremap() areas */
#define FLASH_START 0x00000000
#define FLASH_SIZE 0x800000
#define FLASH_WIDTH 4

#define SRAM_START 0x60000000
#define SRAM_SIZE 0xc000
#define SRAM_WIDTH 4

#define BOOTROM_START 0x70000000
#define BOOTROM_SIZE 0x80
#define BOOTROM_WIDTH 4


static struct mtd_info *flash_mtd;

struct map_info cdb89712_flash_map = {
Expand Down

0 comments on commit 2c995d5

Please sign in to comment.