commit | 0fdb6eadff19da604ea8907140421ec07b8bcc19 | [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 | 0bb95a68fc92bce3cc044ae3c006f6e33431617d [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>