Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 258228
b: refs/heads/master
c: 24daa15
h: refs/heads/master
v: v3
  • Loading branch information
Petr Štetiar authored and Russell King committed Jul 22, 2011
1 parent 2310907 commit 615399d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 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: 140d5dc1d7d86d766951b7a9aef5b66f1dfdfae2
refs/heads/master: 24daa15aabaf9ef655f7ca868366c8a4c87397f3
6 changes: 5 additions & 1 deletion trunk/arch/arm/include/asm/setup.h
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,11 @@ static struct tagtable __tagtable_##fn __tag = { tag, fn }
/*
* Memory map description
*/
#define NR_BANKS 8
#ifdef CONFIG_ARCH_EP93XX
# define NR_BANKS 16
#else
# define NR_BANKS 8
#endif

struct membank {
phys_addr_t start;
Expand Down

0 comments on commit 615399d

Please sign in to comment.