summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/mcp750/bootloader/mm.c
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libbsp/powerpc/mcp750/bootloader/mm.c')
-rw-r--r--c/src/lib/libbsp/powerpc/mcp750/bootloader/mm.c17
1 files changed, 12 insertions, 5 deletions
diff --git a/c/src/lib/libbsp/powerpc/mcp750/bootloader/mm.c b/c/src/lib/libbsp/powerpc/mcp750/bootloader/mm.c
index b385b02136..3807c75d85 100644
--- a/c/src/lib/libbsp/powerpc/mcp750/bootloader/mm.c
+++ b/c/src/lib/libbsp/powerpc/mcp750/bootloader/mm.c
@@ -1,11 +1,18 @@
/*
- * arch/ppc/prepboot/mm.c -- Crude memory management for early boot.
+ * mm.c -- Crude memory management for early boot.
*
- * Copyright (C) 1998 Gabriel Paubert, paubert@iram.es
+ * Copyright (C) 1998, 1999 Gabriel Paubert, paubert@iram.es
*
- * This file is subject to the terms and conditions of the GNU General Public
- * License. See the file COPYING in the main directory of this archive
- * for more details.
+ * Modified to compile in RTEMS development environment
+ * by Eric Valette
+ *
+ * Copyright (C) 1999 Eric Valette. valette@crf.canon.fr
+ *
+ * The license and distribution terms for this file may be
+ * found in found in the file LICENSE in this distribution or at
+ * http://www.OARcorp.com/rtems/license.html.
+ *
+ * $Id$
*/
/* This code is a crude memory manager for early boot for LinuxPPC.