Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 113786
b: refs/heads/master
c: ad5dd97
h: refs/heads/master
v: v3
  • Loading branch information
Mike Frysinger authored and Bryan Wu committed Oct 10, 2008
1 parent 15fe34b commit c59f11b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 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: cdbf4c3c5f4909767c21f47f68f2ee57a8b36b3b
refs/heads/master: ad5dd977430216059d8344ccc516f11be4a37082
14 changes: 7 additions & 7 deletions trunk/arch/blackfin/mach-bf548/include/mach/mem_map.h
Original file line number Diff line number Diff line change
Expand Up @@ -94,13 +94,13 @@
#endif /*CONFIG_BFIN_DCACHE*/

/* Level 2 Memory */
#if !defined(CONFIG_BF542)
# define L2_START 0xFEB00000
# if defined(CONFIG_BF544)
# define L2_LENGTH 0x10000
# else
# define L2_LENGTH 0x20000
# endif
#define L2_START 0xFEB00000
#if defined(CONFIG_BF542)
# define L2_LENGTH 0
#elif defined(CONFIG_BF544)
# define L2_LENGTH 0x10000
#else
# define L2_LENGTH 0x20000
#endif

/* Scratch Pad Memory */
Expand Down

0 comments on commit c59f11b

Please sign in to comment.