summaryrefslogtreecommitdiff
path: root/arch/mips/include/asm/u-boot-mips.h
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2012-06-07 23:38:54 +0200
committerWolfgang Denk <wd@denx.de>2012-06-07 23:38:54 +0200
commitd1c6e9e44a7218b390962e90ed462a134564676f (patch)
treee16fee6f8aceb8527e51c7b955bddbffa3219bbc /arch/mips/include/asm/u-boot-mips.h
parent76aef69e49318863cb9966f872a80ddb5586d666 (diff)
parente034ea3b77baf90ab8dde2c1beeb22704b01fb2d (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/include/asm/u-boot-mips.h')
-rw-r--r--arch/mips/include/asm/u-boot-mips.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/mips/include/asm/u-boot-mips.h b/arch/mips/include/asm/u-boot-mips.h
new file mode 100644
index 00000000000..6f26dfac56c
--- /dev/null
+++ b/arch/mips/include/asm/u-boot-mips.h
@@ -0,0 +1,11 @@
+/*
+ * This file is released under the terms of GPL v2 and any later version.
+ * See the file COPYING in the root directory of the source tree for details.
+ *
+ * Copyright (C) 2003 Wolfgang Denk, DENX Software Engineering, wd@denx.de
+ */
+
+extern ulong uboot_end_data;
+extern ulong uboot_end;
+
+extern int incaip_set_cpuclk(void);