Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 68493
b: refs/heads/master
c: e733450
h: refs/heads/master
i:
  68491: 3eac36b
v: v3
  • Loading branch information
Robert P. J. Day authored and David Woodhouse committed Jul 23, 2007
1 parent a6fd968 commit 75c6323
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 15 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: 4a32cfa0f5c3f9e8a0da610002e4555173226650
refs/heads/master: e733450b675dfc07940c21b4832207c79059246f
14 changes: 0 additions & 14 deletions trunk/drivers/mtd/maps/alchemy-flash.c
Original file line number Diff line number Diff line change
Expand Up @@ -75,13 +75,6 @@
#define BOARD_FLASH_WIDTH 2 /* 16-bits */
#endif

#ifdef CONFIG_MIPS_HYDROGEN3
#define BOARD_MAP_NAME "Hydrogen3 Flash"
#define BOARD_FLASH_SIZE 0x02000000 /* 32MB */
#define BOARD_FLASH_WIDTH 4 /* 32-bits */
#define USE_LOCAL_ACCESSORS /* why? */
#endif

#ifdef CONFIG_MIPS_BOSPORUS
#define BOARD_MAP_NAME "Bosporus Flash"
#define BOARD_FLASH_SIZE 0x01000000 /* 16MB */
Expand Down Expand Up @@ -130,13 +123,6 @@ int __init alchemy_mtd_init(void)

window_addr = 0x20000000 - BOARD_FLASH_SIZE;
window_size = BOARD_FLASH_SIZE;
#ifdef CONFIG_MIPS_MIRAGE_WHY
/* Boot ROM flash bank only; no user bank */
window_addr = 0x1C000000;
window_size = 0x04000000;
/* USERFS from 0x1C00 0000 to 0x1FC00000 */
alchemy_partitions[0].size = 0x03C00000;
#endif

/*
* Static partition definition selection
Expand Down

0 comments on commit 75c6323

Please sign in to comment.