mips: Move cpu/mips/* to arch/mips/cpu/*
Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
This commit is contained in:
parent
c6fb83d217
commit
1e3827d9cf
@ -37,7 +37,7 @@ phys_size_t initdram(int board_type)
|
||||
#define BCSR_PCMCIA_PC0DRVEN 0x0010
|
||||
#define BCSR_PCMCIA_PC0RST 0x0080
|
||||
|
||||
/* In cpu/mips/cpu.c */
|
||||
/* In arch/mips/cpu/cpu.c */
|
||||
void write_one_tlb( int index, u32 pagemask, u32 hi, u32 low0, u32 low1 );
|
||||
|
||||
int checkboard (void)
|
||||
|
@ -93,7 +93,7 @@ phys_size_t initdram(int board_type)
|
||||
return (SDRAM_SIZE);
|
||||
}
|
||||
|
||||
/* In cpu/mips/cpu.c */
|
||||
/* In arch/mips/cpu/cpu.c */
|
||||
void write_one_tlb( int index, u32 pagemask, u32 hi, u32 low0, u32 low1 );
|
||||
|
||||
void set_ledcard(u32 value){
|
||||
|
@ -37,7 +37,7 @@ phys_size_t initdram(int board_type)
|
||||
#define BCSR_PCMCIA_PC0DRVEN 0x0010
|
||||
#define BCSR_PCMCIA_PC0RST 0x0080
|
||||
|
||||
/* In cpu/mips/cpu.c */
|
||||
/* In arch/mips/cpu/cpu.c */
|
||||
void write_one_tlb( int index, u32 pagemask, u32 hi, u32 low0, u32 low1 );
|
||||
|
||||
int checkboard (void)
|
||||
|
@ -34,9 +34,9 @@ SECTIONS
|
||||
. = ALIGN(4);
|
||||
.text :
|
||||
{
|
||||
cpu/mips/start.o (.text)
|
||||
arch/mips/cpu/start.o (.text)
|
||||
board/purple/lowlevel_init.o (.text)
|
||||
cpu/mips/cache.o (.text)
|
||||
arch/mips/cpu/cache.o (.text)
|
||||
common/main.o (.text)
|
||||
common/dlmalloc.o (.text)
|
||||
common/cmd_boot.o (.text)
|
||||
|
@ -42,7 +42,7 @@
|
||||
*
|
||||
* [[GNU/GPL disclaimer]]
|
||||
*
|
||||
* and in part from AU1x00 OHCI HCD driver "u-boot/cpu/mips/au1x00_usb_ohci.c"
|
||||
* and in part from AU1x00 OHCI HCD driver "u-boot/arch/mips/cpu/au1x00_usb_ohci.c"
|
||||
* (original copyright message follows):
|
||||
*
|
||||
* URB OHCI HCD (Host Controller Driver) for USB on the AU1x00.
|
||||
|
Loading…
Reference in New Issue
Block a user