Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 56334
b: refs/heads/master
c: 54cb128
h: refs/heads/master
v: v3
  • Loading branch information
Andrew Victor authored and Russell King committed May 11, 2007
1 parent 9a9cb26 commit 241b0f5
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 17 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: 877d7720f5f67793b9b6027840d2c88ea25dc4c8
refs/heads/master: 54cb128037de499ea81626b0f37f9bb90e8db3d3
3 changes: 0 additions & 3 deletions trunk/arch/arm/mach-at91/at91rm9200_devices.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@

#include "generic.h"

#define SZ_512 0x00000200
#define SZ_256 0x00000100
#define SZ_16 0x00000010

/* --------------------------------------------------------------------
* USB Host
Expand Down
3 changes: 0 additions & 3 deletions trunk/arch/arm/mach-at91/at91sam9260_devices.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@

#include "generic.h"

#define SZ_512 0x00000200
#define SZ_256 0x00000100
#define SZ_16 0x00000010

/* --------------------------------------------------------------------
* USB Host
Expand Down
3 changes: 0 additions & 3 deletions trunk/arch/arm/mach-at91/at91sam9261_devices.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@

#include "generic.h"

#define SZ_512 0x00000200
#define SZ_256 0x00000100
#define SZ_16 0x00000010

/* --------------------------------------------------------------------
* USB Host
Expand Down
3 changes: 0 additions & 3 deletions trunk/arch/arm/mach-at91/at91sam9263_devices.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@

#include "generic.h"

#define SZ_512 0x00000200
#define SZ_256 0x00000100
#define SZ_16 0x00000010

/* --------------------------------------------------------------------
* USB Host
Expand Down
4 changes: 0 additions & 4 deletions trunk/arch/arm/mach-at91/at91sam9rl_devices.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,6 @@

#include "generic.h"

#define SZ_512 0x00000200
#define SZ_256 0x00000100
#define SZ_16 0x00000010


/* --------------------------------------------------------------------
* MMC / SD
Expand Down
4 changes: 4 additions & 0 deletions trunk/include/asm-arm/sizes.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@
#define __sizes_h 1

/* handy sizes */
#define SZ_16 0x00000010
#define SZ_256 0x00000100
#define SZ_512 0x00000200

#define SZ_1K 0x00000400
#define SZ_4K 0x00001000
#define SZ_8K 0x00002000
Expand Down

0 comments on commit 241b0f5

Please sign in to comment.