summaryrefslogtreecommitdiffstats
path: root/include/configs
diff options
context:
space:
mode:
authorMarek Vasut <marex@denx.de>2014-10-18 03:52:36 +0200
committerMarek Vasut <marex@denx.de>2014-10-27 02:26:24 +0100
commitfc520894d426aae5dc0b87aa012520fc18231e1e (patch)
tree1ca7b7c3718a20a5f70d4e3ac407efe02ac021fe /include/configs
parent5b3ee386fde82a1ba42ff09b95247842c9a1585e (diff)
downloadblackbird-obmc-uboot-fc520894d426aae5dc0b87aa012520fc18231e1e.tar.gz
blackbird-obmc-uboot-fc520894d426aae5dc0b87aa012520fc18231e1e.zip
arm: socfpga: Move code from misc_init_r() to arch_early_init_r()
Move this initialization code to proper place. The misc_init_r() function is called way too late and the platform initialization code should be executed much earlier. Signed-off-by: Marek Vasut <marex@denx.de> Cc: Chin Liang See <clsee@altera.com> Cc: Dinh Nguyen <dinguyen@altera.com> Cc: Vince Bridgers <vbridger@altera.com> Cc: Albert Aribaud <albert.u.boot@aribaud.net> Acked-by: Pavel Machek <pavel@denx.de>
Diffstat (limited to 'include/configs')
-rw-r--r--include/configs/socfpga_common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/socfpga_common.h b/include/configs/socfpga_common.h
index 49504dcafb..69527985e2 100644
--- a/include/configs/socfpga_common.h
+++ b/include/configs/socfpga_common.h
@@ -22,7 +22,7 @@
#define CONFIG_DISPLAY_CPUINFO
#define CONFIG_DISPLAY_BOARDINFO
#define CONFIG_BOARD_EARLY_INIT_F
-#define CONFIG_MISC_INIT_R
+#define CONFIG_ARCH_EARLY_INIT_R
#define CONFIG_SYS_NO_FLASH
#define CONFIG_CLOCKS
OpenPOWER on IntegriCloud