mirror of
https://github.com/linux-sunxi/u-boot-sunxi.git
synced 2024-02-12 11:16:03 +08:00
1. card sprite function ok
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user