[PATCH 2/3] at91: detect SoC earlier

Jean-Christophe PLAGNIOL-VILLARD plagnioj at jcrosoft.com
Thu Nov 21 02:13:54 EST 2013


Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj at jcrosoft.com>
---
 arch/arm/mach-at91/setup.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/mach-at91/setup.c b/arch/arm/mach-at91/setup.c
index 65d0588..5e403a6 100644
--- a/arch/arm/mach-at91/setup.c
+++ b/arch/arm/mach-at91/setup.c
@@ -242,7 +242,7 @@ static int at91_detect(void)
 
 	return 0;
 }
-postcore_initcall(at91_detect);
+core_initcall(at91_detect);
 
 static int at91_soc_device(void)
 {
-- 
1.8.4.3




More information about the barebox mailing list