summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorValentin Longchamp <valentin.longchamp@keymile.com>2015-02-10 17:10:17 +0100
committerTom Rini <trini@ti.com>2015-02-16 15:48:35 -0500
commit2973b098baf6fcb49d9fb7a2ed187e6a65532175 (patch)
tree2bd73f451db7c188111350e43c2ba68613d217e1 /include
parentf32b3d3fcec10dfc6a6848f8cc6a9eab9407aabf (diff)
downloadblackbird-obmc-uboot-2973b098baf6fcb49d9fb7a2ed187e6a65532175.tar.gz
blackbird-obmc-uboot-2973b098baf6fcb49d9fb7a2ed187e6a65532175.zip
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')
-rw-r--r--include/configs/km82xx.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/km82xx.h b/include/configs/km82xx.h
index 14fd290be1..12f9d424cb 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"
OpenPOWER on IntegriCloud