Commit e6ca8731 authored by Alessandro Rubini's avatar Alessandro Rubini

shell: don't check eeprom, wrc_main already did it

Signed-off-by: Alessandro Rubini's avatarAlessandro Rubini <rubini@gnudd.com>
parent 6bd209d9
......@@ -252,8 +252,6 @@ int shell_boot_script(void)
{
uint8_t next = 0;
//first check if EEPROM is really there
eeprom_present(WRPC_FMC_I2C, FMC_EEPROM_ADR);
if (!has_eeprom)
return -1;
......
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