Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 19da63d1 authored by Ralf Baechle's avatar Ralf Baechle Committed by David Woodhouse
Browse files

[MTD] Alchemy cleanups



Delete RCS $Id string and unused debug code.

Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
Signed-off-by: default avatarDavid Woodhouse <dwmw2@infradead.org>
parent 0ecbc81a
Loading
Loading
Loading
Loading
+0 −9
Original line number Diff line number Diff line
/*
 * Flash memory access on AMD Alchemy evaluation boards
 *
 * $Id: alchemy-flash.c,v 1.2 2005/11/07 11:14:26 gleixner Exp $
 *
 * (C) 2003, 2004 Pete Popov <ppopov@embeddedalley.com>
 *
 */

#include <linux/init.h>
@@ -18,12 +15,6 @@

#include <asm/io.h>

#ifdef 	DEBUG_RW
#define	DBG(x...)	printk(x)
#else
#define	DBG(x...)
#endif

#ifdef CONFIG_MIPS_PB1000
#define BOARD_MAP_NAME "Pb1000 Flash"
#define BOARD_FLASH_SIZE 0x00800000 /* 8MB */