]> git.ipfire.org Git - people/ms/u-boot.git/commit
85xx/kmp204x: read the IVM eeprom earlier
authorValentin Longchamp <valentin.longchamp@keymile.com>
Tue, 10 Feb 2015 16:10:15 +0000 (17:10 +0100)
committerTom Rini <trini@ti.com>
Mon, 16 Feb 2015 20:48:35 +0000 (15:48 -0500)
commit0fdb6eadff19da604ea8907140421ec07b8bcc19
treeac8fa23eeb936c47e1f283bb86d2d6d7f0df1101
parent0bb95a68fc92bce3cc044ae3c006f6e33431617d
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>
board/keymile/kmp204x/kmp204x.c