]> git.sur5r.net Git - u-boot/blobdiff - board/mpl/common/common_util.h
ppc4xx: Consolidate some of the 405 and 440 macros/structs into 4xx
[u-boot] / board / mpl / common / common_util.h
index bcc79229f15ff7757578dff6b9b5c64e04c43dfb..d4b1f68dfa6e5f12786c26e1324fb6d43606d08c 100644 (file)
@@ -31,17 +31,15 @@ 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
 
 void show_stdio_dev(void);
 void check_env(void);
-#if (CONFIG_COMMANDS & CFG_CMD_DOC)
+#if defined(CONFIG_CMD_DOC)
 void doc_init (void);
 #endif