summaryrefslogtreecommitdiff
path: root/arch/microblaze/include/asm/processor.h
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2011-10-12 22:42:28 +0200
committerWolfgang Denk <wd@denx.de>2011-10-12 22:42:28 +0200
commit37eefe80bb3f1cc25dc8b10f2b7d0b8077e60e09 (patch)
treea05c0cc1131832e6f7449d7e06e784348aae3b1f /arch/microblaze/include/asm/processor.h
parent2d4afd493b35e1a3b84cbf0a3098977c9f9b57ca (diff)
parent2267e2d132b6c5edb3312a85da1a2523437a4532 (diff)
downloadu-boot-imx-37eefe80bb3f1cc25dc8b10f2b7d0b8077e60e09.zip
u-boot-imx-37eefe80bb3f1cc25dc8b10f2b7d0b8077e60e09.tar.gz
u-boot-imx-37eefe80bb3f1cc25dc8b10f2b7d0b8077e60e09.tar.bz2
Merge branch 'master' of git://git.denx.de/u-boot-microblaze
* 'master' of git://git.denx.de/u-boot-microblaze: microblaze: Copy bootfile from variables microblaze: Fix unaligned.h for endians microblaze: Initialize jumptable and console microblaze: Support flashes on lower addresses microblaze: Call common console_init_f initialization function
Diffstat (limited to 'arch/microblaze/include/asm/processor.h')
-rw-r--r--arch/microblaze/include/asm/processor.h32
1 files changed, 31 insertions, 1 deletions
diff --git a/arch/microblaze/include/asm/processor.h b/arch/microblaze/include/asm/processor.h
index 78b8976..2295d0a 100644
--- a/arch/microblaze/include/asm/processor.h
+++ b/arch/microblaze/include/asm/processor.h
@@ -1 +1,31 @@
-/* FIXME: Implement this! */
+/*
+ * Copyright (C) 2011 Michal Simek <monstr@monstr.eu>
+ *
+ * See file CREDITS for list of people who contributed to this
+ * project.
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License as
+ * published by the Free Software Foundation; either version 2 of
+ * the License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
+ * MA 02111-1307 USA
+ */
+
+#ifndef __ASM_MICROBLAZE_PROCESSOR_H
+#define __ASM_MICROBLAZE_PROCESSOR_H
+
+/* References to section boundaries */
+
+extern char __end[];
+extern char __text_start[];
+
+#endif /* __ASM_MICROBLAZE_PROCESSOR_H */