Commit d32ef429 authored by Peter Jansweijer's avatar Peter Jansweijer

Remove TEMP FIX. Issue solved by commit 'dev/sdbfs.c: avoid a crash if no sdbfs found.'

parent 685b9e50
Pipeline #4029 failed with stage
in 1 minute and 29 seconds
......@@ -81,13 +81,6 @@ int wrc_board_early_init()
/*
* Mount SDBFS filesystem from storage.
*/
// #### TEMP_FIX ####
// #### Fixes RISC Crash due to SDBFS not present when EEPROM is clean ####
uint32_t base = 0;
storage_sdbfs_format( &wrc_storage_dev, base, 0 );
//storage_sdbfs_erase( &wrc_storage_dev, base, 0 );
// #### END_TEMP_FIX ####
storage_mount( &wrc_storage_dev );
return 0;
......
......@@ -81,13 +81,6 @@ int wrc_board_early_init()
/*
* Mount SDBFS filesystem from storage.
*/
// #### TEMP_FIX ####
// #### Fixes RISC Crash due to SDBFS not present when EEPROM is clean ####
uint32_t base = 0;
storage_sdbfs_format( &wrc_storage_dev, base, 0 );
//storage_sdbfs_erase( &wrc_storage_dev, base, 0 );
// #### END_TEMP_FIX ####
storage_mount( &wrc_storage_dev );
return 0;
......
......@@ -81,13 +81,6 @@ int wrc_board_early_init()
/*
* Mount SDBFS filesystem from storage.
*/
// #### TEMP_FIX ####
// #### Fixes RISC Crash due to SDBFS not present when EEPROM is clean ####
uint32_t base = 0;
storage_sdbfs_format( &wrc_storage_dev, base, 0 );
//storage_sdbfs_erase( &wrc_storage_dev, base, 0 );
// #### END_TEMP_FIX ####
storage_mount( &wrc_storage_dev );
return 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment