diff options
author | Wolfgang Denk <wd@denx.de> | 2012-06-07 23:38:54 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2012-06-07 23:38:54 +0200 |
commit | d1c6e9e44a7218b390962e90ed462a134564676f (patch) | |
tree | e16fee6f8aceb8527e51c7b955bddbffa3219bbc /arch/mips/lib/board.c | |
parent | 76aef69e49318863cb9966f872a80ddb5586d666 (diff) | |
parent | e034ea3b77baf90ab8dde2c1beeb22704b01fb2d (diff) |
Merge branch 'master' of git://git.denx.de/u-boot-mips
* 'master' of git://git.denx.de/u-boot-mips:
MIPS: board.c: move extern declarations to u-boot-mips.h
MIPS: bootm_qemu_mips.c: make checkpatch.pl clean
MIPS: bootm.c: make checkpatch.pl clean
Signed-off-by: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'arch/mips/lib/board.c')
-rw-r--r-- | arch/mips/lib/board.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/mips/lib/board.c b/arch/mips/lib/board.c index 59a80011da1..62d47a8bf0b 100644 --- a/arch/mips/lib/board.c +++ b/arch/mips/lib/board.c @@ -38,13 +38,6 @@ DECLARE_GLOBAL_DATA_PTR; -extern int timer_init(void); - -extern int incaip_set_cpuclk(void); - -extern ulong uboot_end_data; -extern ulong uboot_end; - ulong monitor_flash_len; static char *failed = "*** failed ***\n"; |