commit | aea4bb589f5bef0684313b24c559c94258fce7d4 | [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 | 123c5e489a4ff86360d23669cd57303d66bb290b [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>