From 575bcaf2b2af44ba90a35e8af1e1c72d2ae866a0 Mon Sep 17 00:00:00 2001 From: yutaka Date: Fri, 16 May 2008 05:37:03 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9C=AC=E7=95=AA=E9=8D=B5=E3=81=AE=E4=BF=AE?= =?UTF-8?q?=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@1375 b08762b0-b915-fc4b-9d8c-17b2551a87ff --- build/nandfirm/menu-launcher/ARM9/main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/nandfirm/menu-launcher/ARM9/main.c b/build/nandfirm/menu-launcher/ARM9/main.c index 54e3aa72..b9dc7341 100644 --- a/build/nandfirm/menu-launcher/ARM9/main.c +++ b/build/nandfirm/menu-launcher/ARM9/main.c @@ -20,7 +20,7 @@ #ifndef FIRM_USE_TWLSDK_KEYS #define RSA_KEY_ADDR OSi_GetFromFirmAddr()->rsa_pubkey[0] // Ǘ.xlsQ #else -#define RSA_KEY_ADDR rsa_key +#define RSA_KEY_ADDR rsa_key_launcher static const u8 rsa_key_launcher[128] = { 0xbc, 0xfd, 0xa1, 0xff, 0x1f, 0x66, 0xdf, 0xec, 0xb4, 0x69, 0xf8, 0xf7, 0x43, 0x0c, 0x5d, 0x0f, @@ -271,7 +271,7 @@ void TwlMain( void ) // 6: after PXI PUSH_PROFILE(); - if ( !FS_LoadHeader( &acPool, NULL, NULL, rsa_key_launcher ) || !CheckHeader() ) + if ( !FS_LoadHeader( &acPool, NULL, NULL, RSA_KEY_ADDR ) || !CheckHeader() ) { OS_TPrintf("Failed to call FS_LoadHeader() and/or CheckHeader().\n"); goto end;