diff options
author | Peter Tyser <ptyser@xes-inc.com> | 2010-04-12 22:28:14 -0500 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2010-04-13 09:13:25 +0200 |
commit | 1e3827d9cf9442e188604fd1099ac38375135125 (patch) | |
tree | 4d5f6b1b99cd486c00c4c04145b31a2091ce392d /board/gth2 | |
parent | c6fb83d21729321426308c3acff2a3dfb20d250b (diff) | |
download | u-boot-imx-1e3827d9cf9442e188604fd1099ac38375135125.zip u-boot-imx-1e3827d9cf9442e188604fd1099ac38375135125.tar.gz u-boot-imx-1e3827d9cf9442e188604fd1099ac38375135125.tar.bz2 |
mips: Move cpu/mips/* to arch/mips/cpu/*
Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
Diffstat (limited to 'board/gth2')
-rw-r--r-- | board/gth2/gth2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/gth2/gth2.c b/board/gth2/gth2.c index 59873d5..8c3b55a 100644 --- a/board/gth2/gth2.c +++ b/board/gth2/gth2.c @@ -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){ |