Merge branch 'master' of rsync://rsync.denx.de/git/u-boot
[oweals/u-boot.git] / board / mpl / common / common_util.h
index caf7f9b3ca21509cb0ed82319cb4cecd4d9de2e3..8f2ec03f6e6cd44c9de2945f7bee05768387070c 100644 (file)
@@ -31,10 +31,8 @@ typedef struct {
 } backup_t;
 
 void get_backup_values(backup_t *buf);
-int switch_cs(unsigned char boot);
+
 #if defined(CONFIG_PIP405) || defined(CONFIG_MIP405)
-int get_boot_mode(void);
-void setup_cs_reloc(void);
 #define BOOT_MPS       0x01
 #define BOOT_PCI       0x02
 #endif
@@ -46,4 +44,3 @@ void doc_init (void);
 #endif
 
 #endif /* _COMMON_UTIL_H_ */
-