commit | 0bb95a68fc92bce3cc044ae3c006f6e33431617d | [log] [tgz] |
---|---|---|
author | Valentin Longchamp <valentin.longchamp@keymile.com> | Tue Feb 10 17:10:14 2015 +0100 |
committer | Tom Rini <trini@ti.com> | Mon Feb 16 15:48:35 2015 -0500 |
tree | e028011c47a7f3f746dfef2940354c819491839e | |
parent | 16ac90c7ee6fe973ee86fa9b08f876e5c33751bc [diff] |
kirkwood/km_arm: 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>