arm9_setup() is now needed even if we're not using a gzipped kernel, so move

it outside the #ifdef KZIP

Pointy Hat to:	cognet
This commit is contained in:
Olivier Houchard 2006-06-22 22:33:21 +00:00
parent 3e82a4a197
commit f8910b42c8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=159868

View file

@ -174,7 +174,6 @@ _start(void)
__start();
}
#ifdef KZIP
static void
get_cachetype_cp15()
{
@ -255,6 +254,7 @@ arm9_setup(void)
}
#ifdef KZIP
static unsigned char *orig_input, *i_input, *i_output;