]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/common.h
powerpc: remove MBX and MBX860T boards support
[karo-tx-uboot.git] / include / common.h
index 072a1e1615a32c2f3ff8a50da9c69f86e7d67a75..580615b9ef1af72a574adf3811f44538fa3c5030 100644 (file)
@@ -511,13 +511,6 @@ void rpxclassic_init (void);
 
 void rpxlite_init (void);
 
-#ifdef CONFIG_MBX
-/* $(BOARD)/mbx8xx.c */
-void   mbx_init (void);
-void   board_serial_init (void);
-void   board_ether_init (void);
-#endif
-
 #ifdef CONFIG_HERMES
 /* $(BOARD)/hermes.c */
 void hermes_start_lxt980 (int speed);
@@ -822,8 +815,7 @@ void        udelay        (unsigned long);
 void mdelay(unsigned long);
 
 /* lib/uuid.c */
-void uuid_str_to_bin(const char *uuid, unsigned char *out);
-int uuid_str_valid(const char *uuid);
+#include <uuid.h>
 
 /* lib/vsprintf.c */
 #include <vsprintf.h>