[BACK]Return to head.S CVS log [TXT][DIR] Up to [Development] / linux-2.6-xfs / arch / cris / arch-v32 / boot / rescue

File: [Development] / linux-2.6-xfs / arch / cris / arch-v32 / boot / rescue / head.S (download)

Revision 1.17, Tue Feb 26 16:44:40 2008 UTC (9 years, 7 months ago) by lachlan.longdrop.melbourne.sgi.com
Branch: MAIN
CVS Tags: HEAD
Changes since 1.16: +15 -27 lines

Merge up to 2.6.25-rc3
Merge of 2.6.x-xfs-melb:linux:30555a by kenmcd.

/*
 * Just get started by jumping to CONFIG_ETRAX_PTABLE_SECTOR to start
 * kernel decompressor.
 *
 * In practice, this only works for NOR flash (or some convoluted RAM boot)
 * and hence is not really useful for Artpec-3, so it's Etrax FS / NOR only.
 *
 */

#include <mach/startup.inc>

#ifdef CONFIG_ETRAX_AXISFLASHMAP

;; Code

	.text
start:

	;; Start clocks for used blocks.
	START_CLOCKS

	move.d	CONFIG_ETRAX_PTABLE_SECTOR, $r10
	jump	$r10			; Jump to decompressor
	nop

#endif