Fixed config.bin getting recreated on each boot
This commit is contained in:
@@ -402,7 +402,7 @@ int sdmmc_sdcard_init()
|
||||
return result | SD_Init();
|
||||
}
|
||||
|
||||
int sdmmc_get_cid( int isNand, uint32_t *info)
|
||||
int sdmmc_get_cid(int isNand, uint32_t *info)
|
||||
{
|
||||
struct mmcdevice *device;
|
||||
if(isNand)
|
||||
|
||||
Reference in New Issue
Block a user