"git@source.mnt.re:jackhumbert/reform-boundary-uboot.git" did not exist on "806d2792472436a523084775190a11e9d8315275"
Forked from
Reform / reform-boundary-uboot
Source project has a limited visibility.
-
Bo Shen authored
As the SPI controller is not initialized before env_init(), it causes reading env in dataflash failed. So, although saveenv() successfully, it shows warning information when reboot the system as following: *** Warning - bad CRC, using default environment Let the env_relocate() to check env CRC and import it. Signed-off-by:
Bo Shen <voice.shen@atmel.com>
Bo Shen authoredAs the SPI controller is not initialized before env_init(), it causes reading env in dataflash failed. So, although saveenv() successfully, it shows warning information when reboot the system as following: *** Warning - bad CRC, using default environment Let the env_relocate() to check env CRC and import it. Signed-off-by:
Bo Shen <voice.shen@atmel.com>