summaryrefslogtreecommitdiffstats
path: root/include/configs/ti_am335x_common.h
diff options
context:
space:
mode:
authorTom Rini <trini@ti.com>2014-05-21 12:57:22 -0400
committerTom Rini <trini@ti.com>2014-06-06 17:46:14 -0400
commit196311dc728bbb9484356547b9daa731ca2feb8d (patch)
tree51d396fd6e9abff9f008e80c74b97a6322474ffe /include/configs/ti_am335x_common.h
parent87acf194a298f65a40c659036a5e413613d458e6 (diff)
downloadtalos-obmc-uboot-196311dc728bbb9484356547b9daa731ca2feb8d.tar.gz
talos-obmc-uboot-196311dc728bbb9484356547b9daa731ca2feb8d.zip
arm:am33xx: Rework s_init and add board_early_init_f
With the changes to the i2c framework (and adopting the omap24xx_i2c driver to them) we can no longer call i2c functions prior to gd having been set and cleared. When SPL booting, this is handled by setting gd to point to SRAM in s_init. However in the cases where we are loaded directly by ROM (memory mapped NOR or QSPI) we need to make use of the normal hooks to slightly delay these calls. Signed-off-by: Tom Rini <trini@ti.com>
Diffstat (limited to 'include/configs/ti_am335x_common.h')
-rw-r--r--include/configs/ti_am335x_common.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/configs/ti_am335x_common.h b/include/configs/ti_am335x_common.h
index 128b66edef..80976e7e3b 100644
--- a/include/configs/ti_am335x_common.h
+++ b/include/configs/ti_am335x_common.h
@@ -75,6 +75,15 @@
#define CONFIG_SKIP_LOWLEVEL_INIT
#endif
+/*
+ * When building U-Boot such that there is no previous loader
+ * we need to call board_early_init_f. This is taken care of in
+ * s_init when we have SPL used.
+ */
+#if !defined(CONFIG_SKIP_LOWLEVEL_INIT) && !defined(CONFIG_SPL)
+#define CONFIG_BOARD_EARLY_INIT_F
+#endif
+
#ifdef CONFIG_NAND
#define CONFIG_SPL_NAND_AM33XX_BCH /* ELM support */
#endif
OpenPOWER on IntegriCloud