summaryrefslogtreecommitdiffstats
path: root/include/common.h
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2007-07-05 18:02:16 +0200
committerSascha Hauer <sha@octopus.labnet.pengutronix.de>2007-07-05 18:02:16 +0200
commitd9147943abf431321abf522a9b4cc40246933dba (patch)
treea8d65b4251b32b98fd64b4e26821dfe58dd754a4 /include/common.h
parent5a7d4885100f23fb33d624dd047c6ea49c959300 (diff)
downloadbarebox-d9147943abf431321abf522a9b4cc40246933dba.tar.gz
barebox-d9147943abf431321abf522a9b4cc40246933dba.tar.xz
svn_rev_677
remove arm specific things
Diffstat (limited to 'include/common.h')
-rw-r--r--include/common.h30
1 files changed, 0 insertions, 30 deletions
diff --git a/include/common.h b/include/common.h
index 0e91cbe43b..9849eecd83 100644
--- a/include/common.h
+++ b/include/common.h
@@ -33,10 +33,6 @@
#include <linux/string.h>
#include <asm/ptrace.h>
-#ifdef CONFIG_ARM
-#define asmlinkage /* nothing */
-#endif
-
#include <part.h>
#ifdef DEBUG
@@ -106,15 +102,6 @@ int autoscript (ulong addr);
extern ulong load_addr; /* Default Load Address */
-#ifdef CONFIG_ARM
-# include <asm/mach-types.h>
-# include <asm/setup.h>
-# include <asm/u-boot-arm.h> /* ARM version to be fixed! */
-#endif /* CONFIG_ARM */
-#ifdef CONFIG_I386 /* x86 version to be fixed! */
-# include <asm/u-boot-i386.h>
-#endif /* CONFIG_I386 */
-
#ifdef CONFIG_AUTO_COMPLETE
int env_complete(char *var, int maxv, char *cmdv[], int maxsz, char *buf);
#endif
@@ -128,10 +115,6 @@ void jumptable_init(void);
/* common/memsize.c */
long get_ram_size (volatile long *, long);
-/* $(BOARD)/$(BOARD).c */
-void reset_phy (void);
-void fdc_hw_init (void);
-
/* $(BOARD)/eeprom.c */
void eeprom_init (void);
#ifndef CONFIG_SPI
@@ -161,19 +144,6 @@ extern ssize_t spi_read (uchar *, int, uchar *, int);
extern ssize_t spi_write (uchar *, int, uchar *, int);
#endif
-#ifdef CONFIG_RPXCLASSIC
-void rpxclassic_init (void);
-#endif
-
-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
-
#if defined(CFG_DRAM_TEST)
int testdram(void);
#endif /* CFG_DRAM_TEST */