summaryrefslogtreecommitdiff
path: root/include/asm-blackfin/setup.h
diff options
context:
space:
mode:
authorAubrey.Li <aubrey.adi@gmail.com>2007-03-09 05:38:44 (GMT)
committerAubrey.Li <aubrey.adi@gmail.com>2007-03-09 05:38:44 (GMT)
commit3f0606ad0b5639f7f22848fe5b4574e754d0470f (patch)
tree3cb4fd316134b6a176607ad61739720aeb971a5a /include/asm-blackfin/setup.h
parenteb92f613556800f7483666db09d9a237ad911d4a (diff)
downloadu-boot-3f0606ad0b5639f7f22848fe5b4574e754d0470f.tar.xz
[Blackfin]PATCH-1/2]: Remove obsolete blackfin port and add bf533 platform support
Diffstat (limited to 'include/asm-blackfin/setup.h')
-rw-r--r--include/asm-blackfin/setup.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/asm-blackfin/setup.h b/include/asm-blackfin/setup.h
index 6ce9688..a3c1715 100644
--- a/include/asm-blackfin/setup.h
+++ b/include/asm-blackfin/setup.h
@@ -75,12 +75,13 @@ extern unsigned long vme_brdtype;
extern int blackfin_num_memory; /* # of memory blocks found (and used) */
extern int blackfin_realnum_memory; /* real # of memory blocks found */
-extern struct mem_info blackfin_memory[NUM_MEMINFO]; /* memory description */
struct mem_info {
unsigned long addr; /* physical address of memory chunk */
unsigned long size; /* length of memory chunk (in bytes) */
};
+
+extern struct mem_info blackfin_memory[NUM_MEMINFO]; /* memory description */
#endif
#endif