diff options
author | Valentin Longchamp <valentin.longchamp@keymile.com> | 2015-02-10 16:10:17 (GMT) |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2015-02-16 20:48:35 (GMT) |
commit | 2973b098baf6fcb49d9fb7a2ed187e6a65532175 (patch) | |
tree | 2bd73f451db7c188111350e43c2ba68613d217e1 /include/configs | |
parent | f32b3d3fcec10dfc6a6848f8cc6a9eab9407aabf (diff) | |
download | u-boot-2973b098baf6fcb49d9fb7a2ed187e6a65532175.tar.xz |
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>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/km82xx.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/km82xx.h b/include/configs/km82xx.h index 14fd290..12f9d42 100644 --- a/include/configs/km82xx.h +++ b/include/configs/km82xx.h @@ -34,6 +34,8 @@ #define CONFIG_SYS_TEXT_BASE 0xFE000000 +#define CONFIG_MISC_INIT_R + /* include common defines/options for all Keymile boards */ #include "km/keymile-common.h" #include "km/km-powerpc.h" |