From d3591577c84274daf6a76805ad559fdedfbba228 Mon Sep 17 00:00:00 2001 From: yutaka Date: Tue, 25 Mar 2008 10:22:43 +0000 Subject: [PATCH] =?UTF-8?q?NAND=E3=82=B3=E3=83=B3=E3=83=86=E3=82=AD?= =?UTF-8?q?=E3=82=B9=E3=83=88=E3=81=AE=E3=82=B3=E3=83=94=E3=83=BC=E3=83=9F?= =?UTF-8?q?=E3=82=B9=E4=BF=AE=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@943 b08762b0-b915-fc4b-9d8c-17b2551a87ff --- build/libraries/os/common/os_boot.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/libraries/os/common/os_boot.c b/build/libraries/os/common/os_boot.c index e65d66c8..136a17e8 100644 --- a/build/libraries/os/common/os_boot.c +++ b/build/libraries/os/common/os_boot.c @@ -147,7 +147,7 @@ BOOL OSi_FromBromToMenu( void ) result = FALSE; } } -#if SDK_ARM7 +#ifdef SDK_ARM7 // copy nand context MI_CpuCopyFast( &fromBromBuf->SDNandContext, (void*)HW_SD_NAND_CONTEXT_BUF, sizeof(SDPortContextData) ); #endif