1. card sprite function ok

This commit is contained in:
Jerry Wang
2013-02-23 14:52:12 +08:00
parent d0468d2407
commit ee9f638730
7 changed files with 97 additions and 72 deletions

View File

@ -112,7 +112,7 @@ int nand_uboot_erase(int user_erase)
uint nand_uboot_get_flash_info(void *buffer, uint length)
{
return NAND_GetParam(buffer, length);
return NAND_GetParam_store(buffer, length);
}
uint nand_uboot_set_flash_info(void *buffer, uint length)