Commit e3e7f327 authored by David Woodhouse's avatar David Woodhouse

MTD: Fix config option name in Makefile for IBM 750FX/750GX boards.

Also some cosmetic fixes in the map driver itself.
Signed-off-by: default avatarDavid Woodhouse <dwmw2@infradead.org>
parent 6f792e7f
#
# linux/drivers/maps/Makefile
#
# $Id: Makefile.common,v 1.21 2004/12/09 20:01:05 holindho Exp $
# $Id: Makefile.common,v 1.23 2005/01/05 17:06:36 dwmw2 Exp $
ifeq ($(CONFIG_MTD_COMPLEX_MAPPINGS),y)
obj-$(CONFIG_MTD) += map_funcs.o
......@@ -54,7 +54,7 @@ obj-$(CONFIG_MTD_EDB7312) += edb7312.o
obj-$(CONFIG_MTD_IMPA7) += impa7.o
obj-$(CONFIG_MTD_FORTUNET) += fortunet.o
obj-$(CONFIG_MTD_REDWOOD) += redwood.o
obj-$(CONFIG_CHESTNUT) += chestnut.o
obj-$(CONFIG_MTD_CHESTNUT) += chestnut.o
obj-$(CONFIG_MTD_UCLINUX) += uclinux.o
obj-$(CONFIG_MTD_NETtel) += nettel.o
obj-$(CONFIG_MTD_SCB2_FLASH) += scb2_flash.o
......
/*
* drivers/mtd/maps/chestnut.c
*
* $Id: chestnut.c,v 1.1 2005/01/05 16:59:50 dwmw2 Exp $
*
* Flash map driver for IBM Chestnut (750FXGX Eval)
*
* Chose not to enable 8 bit flash as it contains the firware and board
* Chose not to enable 8 bit flash as it contains the firmware and board
* info. Thus only the 32bit flash is supported.
*
* Author: <source@mvista.com>
......@@ -85,5 +87,5 @@ module_init(init_chestnut);
module_exit(cleanup_chestnut);
MODULE_DESCRIPTION("MTD map and partitions for IBM Chestnut (750fxgx Eval)");
MODULE_AUTHOR("<mvista.com>");
MODULE_AUTHOR("<source@mvista.com>");
MODULE_LICENSE("GPL");
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment