commit | a096a76450777baad89a1409932723c76a2a50ce | [log] [tgz] |
---|---|---|
author | Jean-Jacques Hiblot <jjhiblot@ti.com> | Thu Dec 01 10:37:03 2016 +0100 |
committer | Tom Rini <trini@konsulko.com> | Mon Dec 05 11:04:40 2016 -0500 |
tree | eed660aaab1fda357340ace59e8ba638fe5c2327 | |
parent | 0ef6ec8ef224b99c315913834e5edcff17dbe97e [diff] |
ARM: DRA7: AMxx: Make sure that the SPL always reads the configuration EEPROM The bootrom may corrupt the area of SRAM used to store the ti_common_eeprom structure. This patch makes sure that it's always read after a reset, even if a valid MAGIC number is found in the SRAM. Signed-off-by: Jean-Jacques Hiblot <jjhiblot@ti.com> Reviewed-by: Tom Rini <trini@konsulko.com>