]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - common/board_r.c
scsi: move the partition initialization out of the scsi detection
[people/ms/u-boot.git] / common / board_r.c
index c8eeb9cbd4a5f7f1919988bd02f5714248311b4b..d69a33c4a3fdf5daac5d99537a508f31e2e0b9f3 100644 (file)
@@ -27,6 +27,7 @@
 #include <ide.h>
 #endif
 #include <initcall.h>
+#include <init_helpers.h>
 #ifdef CONFIG_PS2KBD
 #include <keyboard.h>
 #endif
@@ -53,9 +54,6 @@
 #include <asm/mmu.h>
 #endif
 #include <asm/sections.h>
-#ifdef CONFIG_X86
-#include <asm/init_helpers.h>
-#endif
 #include <dm/root.h>
 #include <linux/compiler.h>
 #include <linux/err.h>