]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - include/common.h
mmc: atmel: Silence debug output
[people/ms/u-boot.git] / include / common.h
index ecb1f0682ed0ebd7242d969496455e3c8f8ef57a..09a131da0b967b5d56dae953f0e1a543b39cea82 100644 (file)
@@ -76,6 +76,12 @@ typedef volatile unsigned char       vu_char;
 #ifdef CONFIG_SOC_DA8XX
 #include <asm/arch/hardware.h>
 #endif
+#ifdef CONFIG_FSL_LSCH3
+#include <asm/arch/immap_lsch3.h>
+#endif
+#ifdef CONFIG_FSL_LSCH2
+#include <asm/arch/immap_lsch2.h>
+#endif
 
 #include <part.h>
 #include <flash.h>