Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 92308
b: refs/heads/master
c: 3132b58
h: refs/heads/master
v: v3
  • Loading branch information
Mike Frysinger authored and Bryan Wu committed Apr 23, 2008
1 parent 1fe5599 commit e1bbab3
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 91 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: 8b6eb473c5f8f9906d8c514a8f352dac275b0f3e
refs/heads/master: 3132b58679261ee0edfda3a846539bb1b0750705
1 change: 1 addition & 0 deletions trunk/arch/blackfin/kernel/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ u16 _bfin_swrst;
EXPORT_SYMBOL(_bfin_swrst);

unsigned long memory_start, memory_end, physical_mem_end;
unsigned long _rambase, _ramstart, _ramend;
unsigned long reserved_mem_dcache_on;
unsigned long reserved_mem_icache_on;
EXPORT_SYMBOL(memory_start);
Expand Down
18 changes: 0 additions & 18 deletions trunk/arch/blackfin/mach-bf527/head.S
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,6 @@
#include <asm/mach/mem_init.h>
#endif

.global __rambase
.global __ramstart
.global __ramend
.extern ___bss_stop
.extern ___bss_start
.extern _bf53x_relocate_l1_mem
Expand Down Expand Up @@ -439,18 +436,3 @@ ENTRY(_start_dma_code)
RTS;
ENDPROC(_start_dma_code)
#endif /* CONFIG_BFIN_KERNEL_CLOCK */

.data

/*
* Set up the usable of RAM stuff. Size of RAM is determined then
* an initial stack set up at the end.
*/

.align 4
__rambase:
.long 0
__ramstart:
.long 0
__ramend:
.long 0
18 changes: 0 additions & 18 deletions trunk/arch/blackfin/mach-bf533/head.S
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,6 @@
#include <asm/mach/mem_init.h>
#endif

.global __rambase
.global __ramstart
.global __ramend
.extern ___bss_stop
.extern ___bss_start
.extern _bf53x_relocate_l1_mem
Expand Down Expand Up @@ -431,18 +428,3 @@ ENTRY(_start_dma_code)
RTS;
ENDPROC(_start_dma_code)
#endif /* CONFIG_BFIN_KERNEL_CLOCK */

.data

/*
* Set up the usable of RAM stuff. Size of RAM is determined then
* an initial stack set up at the end.
*/

.align 4
__rambase:
.long 0
__ramstart:
.long 0
__ramend:
.long 0
18 changes: 0 additions & 18 deletions trunk/arch/blackfin/mach-bf537/head.S
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,6 @@
#include <asm/mach/mem_init.h>
#endif

.global __rambase
.global __ramstart
.global __ramend
.extern ___bss_stop
.extern ___bss_start
.extern _bf53x_relocate_l1_mem
Expand Down Expand Up @@ -471,18 +468,3 @@ ENTRY(_start_dma_code)
RTS;
ENDPROC(_start_dma_code)
#endif /* CONFIG_BFIN_KERNEL_CLOCK */

.data

/*
* Set up the usable of RAM stuff. Size of RAM is determined then
* an initial stack set up at the end.
*/

.align 4
__rambase:
.long 0
__ramstart:
.long 0
__ramend:
.long 0
18 changes: 0 additions & 18 deletions trunk/arch/blackfin/mach-bf548/head.S
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,6 @@
#include <asm/mach/mem_init.h>
#endif

.global __rambase
.global __ramstart
.global __ramend
.extern ___bss_stop
.extern ___bss_start
.extern _bf53x_relocate_l1_mem
Expand Down Expand Up @@ -456,18 +453,3 @@ ENTRY(_start_dma_code)
RTS;
ENDPROC(_start_dma_code)
#endif /* CONFIG_BFIN_KERNEL_CLOCK */

.data

/*
* Set up the usable of RAM stuff. Size of RAM is determined then
* an initial stack set up at the end.
*/

.align 4
__rambase:
.long 0
__ramstart:
.long 0
__ramend:
.long 0
18 changes: 0 additions & 18 deletions trunk/arch/blackfin/mach-bf561/head.S
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,6 @@
#include <asm/mach/mem_init.h>
#endif

.global __rambase
.global __ramstart
.global __ramend
.extern ___bss_stop
.extern ___bss_start
.extern _bf53x_relocate_l1_mem
Expand Down Expand Up @@ -411,18 +408,3 @@ ENTRY(_start_dma_code)
RTS;
ENDPROC(_start_dma_code)
#endif /* CONFIG_BFIN_KERNEL_CLOCK */

.data

/*
* Set up the usable of RAM stuff. Size of RAM is determined then
* an initial stack set up at the end.
*/

.align 4
__rambase:
.long 0
__ramstart:
.long 0
__ramend:
.long 0

0 comments on commit e1bbab3

Please sign in to comment.