commit | 2973b098baf6fcb49d9fb7a2ed187e6a65532175 | [log] [tgz] |
---|---|---|
author | Valentin Longchamp <valentin.longchamp@keymile.com> | Tue Feb 10 17:10:17 2015 +0100 |
committer | Tom Rini <trini@ti.com> | Mon Feb 16 15:48:35 2015 -0500 |
tree | 2bd73f451db7c188111350e43c2ba68613d217e1 | |
parent | f32b3d3fcec10dfc6a6848f8cc6a9eab9407aabf [diff] |
82xx/km82xx: 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>