フォントデータを書き込むようにしました。

git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/branches/20080524_SDK500fc_plus3_branch@1526 b08762b0-b915-fc4b-9d8c-17b2551a87ff
This commit is contained in:
kamikawa 2008-05-26 08:20:18 +00:00
parent 522720cb74
commit 3642f8a576

View File

@ -71,12 +71,12 @@ static const char* ImportTadFileList[] =
"rom:/data/HNCA.tad", "rom:/data/HNCA.tad",
"rom:/data/HNHA.tad" "rom:/data/HNHA.tad"
}; };
/*
static const CopyFileList sCopyFileList[] = static const CopyFileList sCopyFileList[] =
{ {
{ "rom:/data/TWLFontTable.dat", "nand:sys/TWLFontTable.dat" } { "rom:/data/TWLFontTable.dat", "nand:sys/TWLFontTable.dat" }
}; };
*/
/*---------------------------------------------------------------------------* /*---------------------------------------------------------------------------*
*---------------------------------------------------------------------------*/ *---------------------------------------------------------------------------*/
@ -239,7 +239,7 @@ TwlMain()
{ {
kamiFontPrintf( 0, printLine++, FONT_COLOR_RED, "NAND Format Failure!"); kamiFontPrintf( 0, printLine++, FONT_COLOR_RED, "NAND Format Failure!");
} }
kamiFontPrintfMain( 3, 11, 8, " "); kamiFontPrintfMain( 7, 11, 8, " ");
// 全ハードウェア情報の更新 // 全ハードウェア情報の更新
for (i=0;i<MAX_RETRY_COUNT;i++) for (i=0;i<MAX_RETRY_COUNT;i++)
@ -260,7 +260,7 @@ TwlMain()
result = FALSE; result = FALSE;
kamiFontPrintf( 0, printLine++, FONT_COLOR_RED, "Write Hardware Info Failure!"); kamiFontPrintf( 0, printLine++, FONT_COLOR_RED, "Write Hardware Info Failure!");
} }
/*
// 必要なファイルの書き込み // 必要なファイルの書き込み
for (i=0;i<sizeof(sCopyFileList)/sizeof(sCopyFileList[0]);i++) for (i=0;i<sizeof(sCopyFileList)/sizeof(sCopyFileList[0]);i++)
{ {
@ -274,7 +274,7 @@ TwlMain()
kamiFontPrintf( 0, printLine++, FONT_COLOR_RED, "Write Data File %d Failure!", i); kamiFontPrintf( 0, printLine++, FONT_COLOR_RED, "Write Data File %d Failure!", i);
} }
} }
*/
// TADのインポート開始 // TADのインポート開始
tadNum = sizeof(ImportTadFileList)/sizeof(ImportTadFileList[0]); tadNum = sizeof(ImportTadFileList)/sizeof(ImportTadFileList[0]);