]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/arm/include/asm/omap_common.h
omap-common: SYS_BOOT-based fallback boot device selection for peripheral boot
[karo-tx-uboot.git] / arch / arm / include / asm / omap_common.h
index 084ea68acc7da89069e59eeb0344d505a8433ad3..056affc3fabdccdf6be6a4ec2dd8ea32118fd1dc 100644 (file)
@@ -697,4 +697,8 @@ static inline u8 is_dra72x(void)
 #define CH_FLAGS_CHFLASH       (1 << 2)
 #define CH_FLAGS_CHMMCSD       (1 << 3)
 
+#ifndef __ASSEMBLY__
+u32 omap_sys_boot_device(void);
+#endif
+
 #endif /* _OMAP_COMMON_H_ */