commit | 14039f8be0298beee1c4e05fa0b0ac690c1a9f97 | [log] [tgz] |
---|---|---|
author | Valentin Longchamp <valentin.longchamp@keymile.com> | Tue Feb 10 17:10:15 2015 +0100 |
committer | Tom Rini <trini@ti.com> | Mon Feb 16 15:48:35 2015 -0500 |
tree | ac8fa23eeb936c47e1f283bb86d2d6d7f0df1101 | |
parent | aea4bb589f5bef0684313b24c559c94258fce7d4 [diff] |
85xx/kmp204x: read the IVM eeprom earlier This allows to define the ethaddr env variable according to the the IVM content by reading the IVM in misc_init_r. Later, when HUSH is available the content read earlier is analyzed to populate some non env variables. Signed-off-by: Valentin Longchamp <valentin.longchamp@keymile.com>